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
commit e4e2ba6507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];