Merge pull request #42655 from yesbox/zerotier_module

zerotier module: interface names changed; fix no dhcp
This commit is contained in:
Matthew Bauer
2018-06-28 22:26:10 -04:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ in
};
# ZeroTier does not issue DHCP leases, but some strangers might...
networking.dhcpcd.denyInterfaces = [ "zt0" ];
networking.dhcpcd.denyInterfaces = [ "zt*" ];
# ZeroTier receives UDP transmissions on port 9993 by default
networking.firewall.allowedUDPPorts = [ 9993 ];