This commit is contained in:
2025-09-23 19:31:52 +03:00
parent 7a4b2984a4
commit 518e739235
+14 -14
View File
@@ -41,20 +41,20 @@
# } # }
# ]; # ];
# }; # };
"localhost:9980" = { # "localhost:9980" = {
forceSSL = false; # forceSSL = false;
enableACME = false; # enableACME = false;
listen = [ # listen = [
{ # {
addr = "100.64.0.0"; # addr = "100.64.0.0";
port = 9980; # port = 9980;
} # }
{ # {
addr = "192.168.1.20"; # addr = "192.168.1.20";
port = 9980; # port = 9980;
} # }
]; # ];
}; # };
# "localhost:5230" = { # "localhost:5230" = {
# forceSSL = false; # forceSSL = false;
# enableACME = false; # enableACME = false;