Healthy

Config History

4 versions · click to inspect

v1.4.2latest
success
2026-03-26 14:32:11
2 gateway(s) · 3 changes
v1.4.1
success
2026-03-25 09:18:44
3 gateway(s) · 7 changes
v1.4.0
failed
2026-03-24 16:05:22
1 gateway(s) · 2 changes
v1.3.9
success
2026-03-22 11:40:08
1 gateway(s) · 1 change
v1.4.2
2026-03-26 14:32:11
gw-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