feat: open archipelago port
This commit is contained in:
parent
e40ae71607
commit
264ac19b0d
1 changed files with 2 additions and 0 deletions
|
|
@ -339,9 +339,11 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
53317 # Localsend
|
53317 # Localsend
|
||||||
7791 # Pixelflut
|
7791 # Pixelflut
|
||||||
|
38281 # Archipelago
|
||||||
];
|
];
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
53317
|
53317
|
||||||
|
38281 # Archipelago
|
||||||
];
|
];
|
||||||
# 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