fix(ankisyncd): block unnecessary ports in firewall
This commit is contained in:
parent
5d94db016b
commit
373e28b3f6
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,4 @@
|
||||||
reverse_proxy * localhost:27701
|
reverse_proxy * localhost:27701
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 27701 ];
|
|
||||||
networking.firewall.allowedUDPPorts = [ 27701 ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue