This commit is contained in:
2025-09-19 21:44:35 +03:00
parent 15f64edb29
commit dde5366d89
3 changed files with 32 additions and 43 deletions
+3 -3
View File
@@ -27,17 +27,17 @@
}
];
};
"localhost:9980" = {
"localhost" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 9980;
port = 8080;
}
{
addr = "192.168.1.20";
port = 9980;
port = 8080;
}
];
};