MyNixOS website logo
option

services.polipo.allowedClients

List of IP addresses or network addresses that may connect to Polipo.

Declarations
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"
]