diff options
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 8e556313..c2a0bd22 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: "protonvpn-us-1" +wireguard_autostart_connection: "vpn1" wireguard_connections: - protonvpn-us-1: | + vpn1: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 |
