nixos/redsocks: fix option description formatting
This commit is contained in:
parent
cf792cfde3
commit
e067d9e33e
@ -37,7 +37,7 @@ in
|
||||
- stderr
|
||||
- file:/path/to/file
|
||||
- syslog:FACILITY where FACILITY is any of "daemon", "local0",
|
||||
etc.
|
||||
etc.
|
||||
'';
|
||||
};
|
||||
|
||||
@ -125,6 +125,7 @@ in
|
||||
lib.mdDoc ''
|
||||
Way to disclose client IP to the proxy.
|
||||
- "false": do not disclose
|
||||
|
||||
http-connect supports the following ways:
|
||||
- "X-Forwarded-For": add header "X-Forwarded-For: IP"
|
||||
- "Forwarded_ip": add header "Forwarded: for=IP" (see RFC7239)
|
||||
|
Loading…
Reference in New Issue
Block a user