feat(tailscale): open port 53 for magicdns to reduce cpu usage
https://github.com/tailscale/tailscale/issues/8563
This commit is contained in:
parent
4808d111be
commit
8d1b527a4e
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
||||||
# setup magicdns for tailscale
|
# setup magicdns for tailscale
|
||||||
networking.nameservers = ["100.100.100.100" "1.1.1.1" "8.8.8.8"];
|
networking.nameservers = ["100.100.100.100" "1.1.1.1" "8.8.8.8"];
|
||||||
networking.search = ["hummingbird-stork.ts.net"];
|
networking.search = ["hummingbird-stork.ts.net"];
|
||||||
|
networking.firewall.allowedUDPPorts = [
|
||||||
|
# tailscale magicdns
|
||||||
|
53
|
||||||
|
];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Paris";
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue