Unverified Commit 4a445c56 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

nixos/3proxy: add auto in services type (#516345)

parents 4f008fea ddf7adbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ in
                "dnspr"
                "tcppm"
                "udppm"
                "auto"
              ];
              example = "proxy";
              description = ''
@@ -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 {