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" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 9980;
}
{
addr = "192.168.1.20";
port = 9980;
}
];
};
# "localhost:9980" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 9980;
# }
# {
# addr = "192.168.1.20";
# port = 9980;
# }
# ];
# };
# "localhost:5230" = {
# forceSSL = false;
# enableACME = false;