feat(ninurta): make firewall configuration a little more restrictive
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
12b4614fc7
commit
09ca9341f9
1 changed files with 8 additions and 4 deletions
|
@ -376,17 +376,21 @@ in
|
|||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
2222 # SSH
|
||||
80 # munin web
|
||||
631 # Printing
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
631 # Printing
|
||||
51234 # Wireguard
|
||||
51235 # Wireguard
|
||||
];
|
||||
interfaces = {
|
||||
br0.allowedTCPPorts = [
|
||||
22 # SSH
|
||||
80 # munin web
|
||||
631 # IPP
|
||||
];
|
||||
br0.allowedUDPPorts = [
|
||||
631 # IPP
|
||||
];
|
||||
uwu.allowedTCPPorts = [
|
||||
softServePort
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue