Skip to content

Commit 620afa1

Browse files
committed
Update docs: verbose log includes client IP, add BSD platforms
1 parent fbfafb3 commit 620afa1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Zero dependencies, single file, minimal attack surface.
2626
make
2727
```
2828

29-
Builds on OpenBSD, Linux (glibc and musl), macOS, and FreeBSD.
29+
Builds on OpenBSD, Linux (glibc and musl), macOS, FreeBSD, NetBSD, and DragonFlyBSD.
3030

3131
## Install
3232

@@ -68,7 +68,7 @@ thinproxy [-dVv] [-b address] [-f config] [-p port] [-u user]
6868
| `-p port` | Listen port (default: `8080`) |
6969
| `-u user` | Drop privileges to user after bind |
7070
| `-V` | Print version and exit |
71-
| `-v` | Verbose logging |
71+
| `-v` | Log each request with client IP |
7272

7373
Command-line flags override configuration file values.
7474

@@ -155,9 +155,10 @@ allow 127.0.0.1
155155
- POSIX-compatible fallbacks for BSD-specific functions
156156
- Packages available as `.deb`, `.rpm`, `.apk`, and static binaries
157157

158-
### macOS
158+
### macOS, FreeBSD, NetBSD, DragonFlyBSD
159159

160160
- POSIX-compatible fallbacks for BSD-specific functions
161+
- Static binaries available for FreeBSD, NetBSD, and DragonFlyBSD
161162

162163
## License
163164

thinproxy.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ the privilege drop is skipped.
6767
Print version and exit.
6868
.It Fl v
6969
Verbose mode.
70-
Log each proxied request.
70+
Log each proxied request with the client IP address.
7171
.El
7272
.Pp
7373
Command-line flags override values set in the configuration file.

0 commit comments

Comments
 (0)