vno1-oh2: allow port 53
This commit is contained in:
parent
36280e1624
commit
5041d4d262
@ -197,5 +197,11 @@
|
|||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
firewall = {
|
||||||
|
allowedUDPPorts = [ 53 ];
|
||||||
|
allowedTCPPorts = [ 53 ];
|
||||||
|
logRefusedConnections = false;
|
||||||
|
checkReversePath = "loose"; # for tailscale
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user