Files
infra/archive/2026-07-proxmox-migration/wireguard-attempt/roles/wireguard_gateway/defaults/main.yml
T

13 lines
303 B
YAML

---
wireguard_interface: wg0
wireguard_listen_port: 3422
wireguard_private_key_path: /etc/wireguard/privatekey
wireguard_public_key_path: /etc/wireguard/publickey
wireguard_home_routes:
- 192.168.1.5/32
- 192.168.1.6/31
- 192.168.1.8/29
- 192.168.1.16/28
- 192.168.1.32/29
- 192.168.1.40/32