Unverified Commit 695f1d86 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

privoxy: Allow multiple listen-address options (#444719)

parents 1a6b255b 9f7f75f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ in
        freeformType = configType;

        options.listen-address = mkOption {
          type = types.str;
          type = types.either types.str (types.listOf types.str);
          default = "127.0.0.1:8118";
          description = "Pair of address:port the proxy server is listening to.";
        };