diff options
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 6 |
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 |
