diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-11 00:24:50 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-11 00:24:50 +0200 |
| commit | cee06b0f6a0ffe49301a50d696ae0668bfe7834f (patch) | |
| tree | c1c339992a7f0448ccc37a1de7bde7a9b9acf6d9 /host_vars/ubuntu.local.yml.example | |
| parent | 45e87eb34c8101a20244c3d5088d4ad2fb946d4c (diff) | |
Update vars to rename the wireguard interfaces wg-x (standard)
Diffstat (limited to 'host_vars/ubuntu.local.yml.example')
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index 1a1cb875..5e415345 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -8,7 +8,7 @@ network_ipv6_gateway: "fd5c:fd8b:2b8c::1" network_ipv6_dns: "fd5c:fd8b:2b8c::1" wireguard_connections: - protonvpn-us-1: | + wg-vpn3: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 @@ -17,4 +17,4 @@ wireguard_connections: [Peer] PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 - Endpoint = us-1.protonvpn.com:51820 + Endpoint = vpn.com:51820 |
