This commit is contained in:
2025-09-19 20:57:15 +03:00
parent 1fb926f5ae
commit 46425fb6eb
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -41,6 +41,20 @@
}
];
};
"localhost:8980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8980;
}
{
addr = "192.168.1.20";
port = 8980;
}
];
};
};
};
};