nixos/3proxy: add auto in services type

This commit is contained in:
Vonfry
2026-05-04 14:13:28 +08:00
parent 9ce0d933e7
commit ddf7adbfe8
@@ -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 {