From cee06b0f6a0ffe49301a50d696ae0668bfe7834f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 11 Sep 2025 00:24:50 +0200 Subject: Update vars to rename the wireguard interfaces wg-x (standard) --- group_vars/all.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'group_vars/all.yml.example') 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 -- cgit v1.2.3