Polipo
services.polipo.allowedClients
List of IP addresses or network addresses that may connect to Polipo.
Type: list of string
Default
["127.0.0.1""::1"]
Example
["127.0.0.1""::1""134.157.168.0/24""2001:660:116::/48"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.enable
Whether to enable polipo caching web proxy.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.extraConfig
Polio configuration. Contents will be added verbatim to the configuration file.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.parentProxy
Hostname and port number of an HTTP parent proxy; it should have the form ‘host:port’.
Type: string
Default
""
Example
"localhost:8124"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.proxyAddress
IP address on which Polipo will listen.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.proxyPort
TCP port on which Polipo will listen.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8123
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix
services.polipo.socksParentProxy
Hostname and port number of an SOCKS parent proxy; it should have the form ‘host:port’.
Type: string
Default
""
Example
"localhost:9050"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/polipo.nix