This commit is contained in:
2025-09-19 17:29:01 +03:00
parent aa64e1761b
commit 1314bd6aca
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -27,6 +27,20 @@
}
];
};
"localhost:9980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 10000;
}
{
addr = "192.168.1.20";
port = 10000;
}
];
};
};
};
};