Config History
4 versions · click to inspect
v1.4.2latest
successv1.4.1
successv1.4.0
failedv1.3.9
successgw-us-east-01gw-eu-west-01
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Interface]
Address = 10.0.1.1/24
ListenPort = 51820
PrivateKey = <redacted>
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT
[Peer]
# k8s-prod
PublicKey = abc123XYZ...
AllowedIPs = 10.100.0.0/16, 10.101.0.0/16
Endpoint = 10.100.0.1:51820
PersistentKeepalive = 25
[Peer]
# k8s-staging
PublicKey = def456ABC...
AllowedIPs = 10.200.0.0/16
Endpoint = 10.200.0.1:51820
PersistentKeepalive = 25