🔧 Update Linux quick-install script to use live production server

Update HEADSCALE_SERVER from https://head.0bin.in to http://head.pharmq.kr to match the Windows PowerShell script configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
PharmQ Admin 2025-10-15 11:17:38 +00:00
parent efcd653db2
commit 46192651f9

View File

@ -11,7 +11,7 @@ set -e
# ================================ # ================================
# 설정 (필요시 수정) # 설정 (필요시 수정)
# ================================ # ================================
HEADSCALE_SERVER="https://head.0bin.in" # Headscale 서버 주소 HEADSCALE_SERVER="http://head.pharmq.kr" # Headscale 서버 주소
PREAUTH_KEY="8b3df41d37cb158ea39f41fc32c9af46e761de817ad06038" # 7일간 재사용 가능한 키 PREAUTH_KEY="8b3df41d37cb158ea39f41fc32c9af46e761de817ad06038" # 7일간 재사용 가능한 키
FARMQ_NETWORK="100.64.0.0/10" # 팜큐 네트워크 대역 FARMQ_NETWORK="100.64.0.0/10" # 팜큐 네트워크 대역