This commit is contained in:
2025-09-23 19:27:03 +03:00
parent 06211616e1
commit 292a371ee0
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -55,20 +55,20 @@
}
];
};
"localhost:5230" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 5230;
}
{
addr = "192.168.1.20";
port = 5230;
}
];
};
# "localhost:5230" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 5230;
# }
# {
# addr = "192.168.1.20";
# port = 5230;
# }
# ];
# };
};
};
};