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;
|
enable = true;
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # SSH
|
|
||||||
2222 # SSH
|
2222 # SSH
|
||||||
80 # munin web
|
|
||||||
631 # Printing
|
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
631 # Printing
|
|
||||||
51234 # Wireguard
|
51234 # Wireguard
|
||||||
51235 # Wireguard
|
51235 # Wireguard
|
||||||
];
|
];
|
||||||
interfaces = {
|
interfaces = {
|
||||||
|
br0.allowedTCPPorts = [
|
||||||
|
22 # SSH
|
||||||
|
80 # munin web
|
||||||
|
631 # IPP
|
||||||
|
];
|
||||||
|
br0.allowedUDPPorts = [
|
||||||
|
631 # IPP
|
||||||
|
];
|
||||||
uwu.allowedTCPPorts = [
|
uwu.allowedTCPPorts = [
|
||||||
softServePort
|
softServePort
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue