summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.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 /host_vars/rpi5.local.yml.example
parent45e87eb34c8101a20244c3d5088d4ad2fb946d4c (diff)
Update vars to rename the wireguard interfaces wg-x (standard)
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
-rw-r--r--host_vars/rpi5.local.yml.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index 28212037..7af78b98 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -16,9 +16,10 @@ pihole_dhcp_hosts:
- "ff:ff:ff:ff:ff:fe, 10.0.0.252,TV"
- "ff:ff:ff:ff:ff:ff, 10.0.0.253,Printer"
-wireguard_autostart_connection: "protonvpn-us-1"
+gateway_enabled: true
+wireguard_autostart_connection: "wg-vpn2"
wireguard_connections:
- protonvpn-us-1: |
+ wg-vpn2: |
[Interface]
PrivateKey = your_private_key_here
Address = 10.2.0.2/32
@@ -27,4 +28,4 @@ wireguard_connections:
[Peer]
PublicKey = server_public_key
AllowedIPs = 0.0.0.0/0
- Endpoint = us-1.protonvpn.com:51820
+ Endpoint = vpn.com:51820