iac_modules/vpn-overlay/wireguard/site_a_wg0.conf
2025-04-02 15:19:12 +08:00

11 lines
184 B
Plaintext

# wg0.conf
[Interface]
PrivateKey = <a_priv>
Address = 10.100.0.2/24
[Peer]
PublicKey = <hub_pub>
AllowedIPs = 10.100.0.1/32
Endpoint = <hub_public_ip>:51820
PersistentKeepalive = 25