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 /group_vars | |
| parent | 45e87eb34c8101a20244c3d5088d4ad2fb946d4c (diff) | |
Update vars to rename the wireguard interfaces wg-x (standard)
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 1601 -> 1573 bytes | |||
| -rw-r--r-- | group_vars/all.yml.example | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml Binary files differindex 711e9028..a9011e84 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml 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 |
