Unverified Commit 12fdeffd authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/tinyproxy: allow listening on all interfaces (#373870)

parents 20844f8e 7f706bb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ in
            freeformType = settingsFormat.type;
            options = {
              Listen = mkOption {
                type = types.str;
                type = types.nullOr types.str;
                default = "127.0.0.1";
                description = ''
                  Specify which address to listen to.