feat(dregil): Allow connection to 5223 (simplex-desktop)
This commit is contained in:
parent
684444c73e
commit
6fcd3d801e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ in {
|
|||
|
||||
# Open ports in the firewall
|
||||
# 22000, 21027 syncthing discovery and connectivity
|
||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
||||
networking.firewall.allowedTCPPorts = [ 5223 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 21027 22000 ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue