diff --git a/farmq-install-en.ps1 b/farmq-install-en.ps1 index a4faf9e..9f81122 100644 --- a/farmq-install-en.ps1 +++ b/farmq-install-en.ps1 @@ -258,7 +258,7 @@ function Register-Headscale { "--login-server=$HeadscaleServer", "--authkey=$PreAuthKey", "--accept-routes", - "--accept-dns=false" + "--accept-dns=true" ) & $tailscalePath $arguments diff --git a/farmq-install.ps1 b/farmq-install.ps1 index 12c9f48..cb3523a 100644 --- a/farmq-install.ps1 +++ b/farmq-install.ps1 @@ -264,7 +264,7 @@ function Register-Headscale { "--login-server=$HeadscaleServer", "--authkey=$PreAuthKey", "--accept-routes", - "--accept-dns=false" + "--accept-dns=true" ) & $tailscalePath $arguments