nixos/redsocks: fix option description formatting

This commit is contained in:
pennae 2023-01-18 15:31:32 +01:00 committed by pennae
parent cf792cfde3
commit e067d9e33e

View File

@ -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)