Open ports for Netatalk & WebOne
This commit is contained in:
parent
e1456e2b3a
commit
f89b492dc9
1 changed files with 8 additions and 6 deletions
|
@ -20,12 +20,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports for DHCP server.
|
|
||||||
networking.firewall.allowedUDPPorts = [
|
|
||||||
53
|
|
||||||
67
|
|
||||||
];
|
|
||||||
|
|
||||||
# Enable WebOne HTTP proxy.
|
# Enable WebOne HTTP proxy.
|
||||||
services.webone.enable = true;
|
services.webone.enable = true;
|
||||||
|
|
||||||
|
@ -40,4 +34,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Open ports for services.
|
||||||
|
networking.firewall = {
|
||||||
|
allowedUDPPorts = [
|
||||||
|
53 # DHCP server.
|
||||||
|
67 # DHCP server.
|
||||||
|
];
|
||||||
|
allowedTCPPorts = [8080 548]; # WebOne & Netatalk.
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue