allow udp monero

This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-26 00:33:41 +02:00
parent c2a5b2e3fd
commit 5756b5d782
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -26,7 +26,7 @@
firewall = {
enable = true;
allowedTCPPorts = [ 53 80 443 18081 ];
allowedUDPPorts = [ 53 51820 ];
allowedUDPPorts = [ 53 51820 18081 ];
};
stevenBlackHosts = {
enable = true;