fix(ankisyncd): block unnecessary ports in firewall

This commit is contained in:
jacekpoz 2023-08-11 00:00:33 +02:00
parent 5d94db016b
commit 373e28b3f6

View file

@ -13,7 +13,4 @@
reverse_proxy * localhost:27701
'';
};
networking.firewall.allowedTCPPorts = [ 27701 ];
networking.firewall.allowedUDPPorts = [ 27701 ];
}