diff options
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 90185c62..0a727133 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -1,3 +1,15 @@ --- network_ipv4_address: "10.0.0.201" network_ipv4_gateway: "10.0.0.1" + +wireguard_connections: + protonvpn-us-1: | + [Interface] + PrivateKey = your_private_key_here + Address = 10.2.0.2/32 + DNS = 10.2.0.1 + + [Peer] + PublicKey = server_public_key + AllowedIPs = 0.0.0.0/0 + Endpoint = us-1.protonvpn.com:51820 |
