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