summaryrefslogtreecommitdiffstats
path: root/host_vars/archlinux.local.yml.example
blob: 0a72713302e81cf48765b63fe084538cea9e17be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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