feat: open ports for opnsense
This commit is contained in:
parent
5594259afa
commit
17b9b003a9
1 changed files with 4 additions and 2 deletions
|
|
@ -147,11 +147,13 @@
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
22 # ssh
|
22 # ssh
|
||||||
7791 # pixelflut
|
80 # http (opnsense)
|
||||||
7792 # flutties website
|
443 # https (opnsense)
|
||||||
];
|
];
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
22 # ssh
|
22 # ssh
|
||||||
|
80 # http (opnsense)
|
||||||
|
443 # https (opnsense)
|
||||||
];
|
];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue