examples/wireguard-bastion/wg_configs/cali-bastion-server.conf
2025-03-10 02:23:27 +02:00

21 lines
364 B
Plaintext

[Interface]
Address = 10.100.10.1/24
PrivateKey = CALI_BASTION_PRIVATE
ListenPort = 1337
[Peer]
PublicKey = CALI_PROTECTED_PUBLIC
AllowedIPs = 10.100.10.101/32
[Peer]
PublicKey = VANC_PROTECTED_PUBLIC
AllowedIPs = 10.100.10.201/32
[Peer]
PublicKey = VANC_BASTION_PUBLIC
AllowedIPs = 10.100.10.21/32
[Peer]
PublicKey = LOCAL_PUBLIC
AllowedIPs = 10.100.10.10/32