leon: allow https port

This commit is contained in:
Astro 2022-11-21 02:34:43 +01:00
parent db1c553fb7
commit e685ad686d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
};
networking.firewall = {
allowedTCPPorts = [ 5000 22 53 80 8080 12000 ];
allowedTCPPorts = [ 5000 22 53 80 443 8080 12000 ];
allowedUDPPorts = [ 5000 22 53 80 8080 18900 19900 ];
};
#_______________________________Begin-VPN1-Server____________________________________