2nd factorio and minecraft servers
This commit is contained in:
parent
45211d88b2
commit
771fedfaad
1 changed files with 4 additions and 0 deletions
|
|
@ -125,14 +125,18 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
22 # ssh
|
22 # ssh
|
||||||
25565 25575 # minecraft
|
25565 25575 # minecraft
|
||||||
|
25566 25576 # minecraft
|
||||||
38281 # archipelago
|
38281 # archipelago
|
||||||
34197 27015 # factorio
|
34197 27015 # factorio
|
||||||
|
34198 27016 # factorio
|
||||||
];
|
];
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
22 # ssh
|
22 # ssh
|
||||||
25565 25575 # minecraft
|
25565 25575 # minecraft
|
||||||
|
25566 25576 # minecraft
|
||||||
38281 # archipelago
|
38281 # archipelago
|
||||||
34197 27015 # factorio
|
34197 27015 # factorio
|
||||||
|
34198 27016 # factorio
|
||||||
];
|
];
|
||||||
# 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