commit fe1aa394dadf941f6095ade31214ee000cb919a5
parent cef6d2ef9cc111c60aed91dba82f8febe0242d7a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 28 Jan 2021 23:32:29 +0100
parent cef6d2ef9cc111c60aed91dba82f8febe0242d7a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 28 Jan 2021 23:32:29 +0100
router: update ferm config
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config-files/ferm/lollo.conf b/config-files/ferm/lollo.conf @@ -7,10 +7,10 @@ @def $NET_LAN = 10.0.0.0/24; # globally accessible services -@def $WAN_TCP = ( 22 80 443 22000 5201 ); -@def $WAN_UDP = ( 21027 5201 ); -# ( ssh http https syncthing iperf3 ) -# ( syncthing iperf3 ) +@def $WAN_TCP = ( 22 53 80 443 22000 5201 ); +@def $WAN_UDP = ( 53 21027 5201 ); +# ( ssh dns http https syncthing iperf3 ) +# ( dns syncthing iperf3 ) # locally accessible services # @def $LAN_TCP = ( 53 22 80 443 );