summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-11 00:24:50 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-11 00:24:50 +0200
commitcee06b0f6a0ffe49301a50d696ae0668bfe7834f (patch)
treec1c339992a7f0448ccc37a1de7bde7a9b9acf6d9 /group_vars/all.yml.example
parent45e87eb34c8101a20244c3d5088d4ad2fb946d4c (diff)
Update vars to rename the wireguard interfaces wg-x (standard)
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index c2a0bd22..9af5ee4e 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -34,9 +34,9 @@ python_versions:
- "3.11"
- "3.13"
-wireguard_autostart_connection: "vpn1"
+wireguard_autostart_connection: "wg-vpn0"
wireguard_connections:
- vpn1: |
+ wg-vpn0: |
[Interface]
PrivateKey = your_private_key_here
Address = 10.2.0.2/32
@@ -45,4 +45,4 @@ wireguard_connections:
[Peer]
PublicKey = server_public_key
AllowedIPs = 0.0.0.0/0
- Endpoint = us-1.protonvpn.com:51820
+ Endpoint = vpn.com:51820