Loading nixos/modules/services/networking/3proxy.nix +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ in "dnspr" "tcppm" "udppm" "auto" ]; example = "proxy"; description = '' Loading @@ -72,6 +73,7 @@ in - `"dnspr"`: Caching DNS proxy (default port 53). - `"tcppm"`: TCP portmapper. - `"udppm"`: UDP portmapper. - `"auto"`: Proxy with protocol autoselection between proxy / socks / tlspr. ''; }; bindAddress = lib.mkOption { Loading Loading
nixos/modules/services/networking/3proxy.nix +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ in "dnspr" "tcppm" "udppm" "auto" ]; example = "proxy"; description = '' Loading @@ -72,6 +73,7 @@ in - `"dnspr"`: Caching DNS proxy (default port 53). - `"tcppm"`: TCP portmapper. - `"udppm"`: UDP portmapper. - `"auto"`: Proxy with protocol autoselection between proxy / socks / tlspr. ''; }; bindAddress = lib.mkOption { Loading