Open UDP ports also

This commit is contained in:
2023-07-23 23:48:27 +01:00
parent 7ef0bdbc36
commit 5e6a06fbeb

View File

@@ -32,6 +32,12 @@
to = 12515; to = 12515;
} }
]; ];
allowedUDPPortRanges = [
{
from = 12500;
to = 12515;
}
];
interfaces = { interfaces = {
"tailscale0" = { "tailscale0" = {
allowedUDPPorts = [41641]; allowedUDPPorts = [41641];