This commit is contained in:
2025-09-22 18:32:43 +03:00
parent b51574b7a9
commit 6b48bd1b5a
2 changed files with 81 additions and 78 deletions
+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;
}
];
};
};
};
};