services._3proxy.services
Use this option to define 3proxy services.
- Type
list of (submodule)- Default
[ ]- Example
[ { type = "proxy"; bindAddress = "192.168.1.24"; bindPort = 3128; auth = [ "none" ]; } { type = "proxy"; bindAddress = "10.10.1.20"; bindPort = 3128; auth = [ "iponly" ]; } { type = "socks"; bindAddress = "172.17.0.1"; bindPort = 1080; auth = [ "strong" ]; } ]- Declared
- <nixpkgs/nixos/modules/services/networking/3proxy.nix>