vno1-oh2: allow port 53

This commit is contained in:
Motiejus Jakštys 2023-08-07 00:33:37 +03:00
parent 36280e1624
commit 5041d4d262
1 changed files with 6 additions and 0 deletions

View File

@ -197,5 +197,11 @@
prefixLength = 24;
}
];
firewall = {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
logRefusedConnections = false;
checkReversePath = "loose"; # for tailscale
};
};
}