This commit is contained in:
2025-09-19 18:16:50 +03:00
parent 1314bd6aca
commit 8fc3d13eb0
2 changed files with 33 additions and 3 deletions
+2 -2
View File
@@ -33,11 +33,11 @@
listen = [
{
addr = "100.64.0.0";
port = 10000;
port = 9980;
}
{
addr = "192.168.1.20";
port = 10000;
port = 9980;
}
];
};