This commit is contained in:
2025-09-20 11:13:28 +03:00
parent 9b5d393bab
commit cb14814677
3 changed files with 82 additions and 68 deletions
+16 -16
View File
@@ -33,28 +33,28 @@
# listen = [
# {
# addr = "100.64.0.0";
# port = 8080;
# port = 80;
# }
# {
# addr = "192.168.1.20";
# port = 8080;
# }
# ];
# };
# "localhost:9980" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 9980;
# }
# {
# addr = "192.168.1.20";
# port = 9980;
# port = 80;
# }
# ];
# };
"localhost:9980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 9980;
}
{
addr = "192.168.1.20";
port = 9980;
}
];
};
};
};
};