From b4ce8835467fb4c6d002872f872d630cb6a45a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=9C=EA=B3=A8=EC=95=BD=EC=82=AC?= Date: Sat, 13 Sep 2025 22:43:28 +0900 Subject: [PATCH] Fix Magic DNS issue: Enable DNS acceptance in Linux installation script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed --accept-dns=false to --accept-dns=true in quick-install.sh: - Automatic registration command (line 347) - Manual registration example command (line 357) This ensures Linux clients also receive Headscale Magic DNS configuration (100.64.0.1) automatically during installation, enabling proper name resolution for *.headscale.local domains on all platforms. πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- quick-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick-install.sh b/quick-install.sh index 6ec0a6e..c06bcc6 100755 --- a/quick-install.sh +++ b/quick-install.sh @@ -344,7 +344,7 @@ register_headscale() { --login-server="$HEADSCALE_SERVER" \ --authkey="$PREAUTH_KEY" \ --accept-routes \ - --accept-dns=false >/dev/null 2>&1; then + --accept-dns=true >/dev/null 2>&1; then print_success "Headscale 등둝 성곡!" @@ -354,7 +354,7 @@ register_headscale() { # μˆ˜λ™ 등둝 λͺ¨λ“œ print_info "λ‹€μŒ λͺ…령을 μ‹€ν–‰ν•˜μ—¬ μˆ˜λ™ λ“±λ‘ν•˜μ„Έμš”:" echo "" - echo "tailscale up --login-server=\"$HEADSCALE_SERVER\" --authkey=\"$PREAUTH_KEY\"" + echo "tailscale up --login-server=\"$HEADSCALE_SERVER\" --authkey=\"$PREAUTH_KEY\" --accept-routes --accept-dns=true" echo "" # 등둝 URL μ‹œλ„