Open UDP ports also
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
to = 12515;
|
||||
}
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 12500;
|
||||
to = 12515;
|
||||
}
|
||||
];
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedUDPPorts = [41641];
|
||||
|
||||
Reference in New Issue
Block a user