mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -41,20 +41,20 @@
|
|||||||
# }
|
# }
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
"localhost:9980" = {
|
# "localhost:9980" = {
|
||||||
forceSSL = false;
|
# forceSSL = false;
|
||||||
enableACME = false;
|
# enableACME = false;
|
||||||
listen = [
|
# listen = [
|
||||||
{
|
# {
|
||||||
addr = "100.64.0.0";
|
# addr = "100.64.0.0";
|
||||||
port = 9980;
|
# port = 9980;
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
addr = "192.168.1.20";
|
# addr = "192.168.1.20";
|
||||||
port = 9980;
|
# port = 9980;
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
# "localhost:5230" = {
|
# "localhost:5230" = {
|
||||||
# forceSSL = false;
|
# forceSSL = false;
|
||||||
# enableACME = false;
|
# enableACME = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user