hosts/print-01: add allowedHosts variable

This commit is contained in:
2025-08-08 00:46:24 -07:00
parent 571cdf4b6e
commit 4bbb676129

View File

@@ -13,6 +13,11 @@
printserver = {
enable = true;
allowedHosts = [
"127.0.0.1"
"192.168.1.*"
"100.64.5.0/24"
];
allowedWebClients = [
"100.64.5.1"
"100.64.5.2"