hosts/print-01: add allowedHosts variable
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user