Files
RemLink/deploy/phase1-server/wg0.conf.example
T
qsc20001102 142e5dc7d6
ci / Go checks (ubuntu-latest) (push) Has been cancelled
ci / Go checks (windows-latest) (push) Has been cancelled
初版功能完成
2026-08-29 13:12:17 +08:00

19 lines
440 B
Plaintext

# Phase 1 only: copy to /etc/wireguard/wg0.conf after replacing every placeholder.
# The Server uses Linux Kernel WireGuard and routes Overlay traffic wg0 -> wg0.
[Interface]
Address = 10.88.0.1/16
ListenPort = 51820
PrivateKey = <SERVER_PRIVATE_KEY_BASE64>
[Peer]
# Windows Node A
PublicKey = <NODE_A_PUBLIC_KEY_BASE64>
AllowedIPs = 10.88.0.2/32
[Peer]
# Windows Node B
PublicKey = <NODE_B_PUBLIC_KEY_BASE64>
AllowedIPs = 10.88.0.3/32