Initial commit: Tailscale Docker deployment with Headscale
Docker Compose 部署 Tailscale 連線至自架 Headscale 控制伺服器, 包含子網路由、出口節點、iptables NAT 設定及完整中文文件。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
docker_exec_tailscale_up.sh
Executable file
9
docker_exec_tailscale_up.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
tailscale up \
|
||||
--authkey d07067c4bcc950e7f1b02d4b492859b84ca464350d86273e \
|
||||
--advertise-routes=192.168.88.0/24 \
|
||||
--accept-routes \
|
||||
--advertise-exit-node \
|
||||
--login-server=https://headscale.lotimmy.com \
|
||||
--hostname=ip-192-168-88-82
|
||||
|
||||
Reference in New Issue
Block a user