diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-01 22:24:41 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-01 23:44:24 +0200 |
| commit | f0d0846144ad3d6c9030e50d5858d8864d0cb50e (patch) | |
| tree | d3ca8c539c7f0d0e9a4a115de4e6be1bf24f3f5d /host_vars/archlinux.local.yml.example | |
| parent | f8ec12a5dc8a43cb2b569bfaf11653fc7cc9b536 (diff) | |
Fix networking issues when VPN isn't active
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 0a727133..5e8c1e55 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -1,6 +1,11 @@ --- +# Using raspberry pi as gateway (VPN) and DNS sinkhole (pihole) network_ipv4_address: "10.0.0.201" -network_ipv4_gateway: "10.0.0.1" +network_ipv4_gateway: "10.0.0.200" +network_ipv4_dns: "10.0.0.200" +network_ipv6_address: "fd5c:fd8b:2b8c::201/64" +network_ipv6_gateway: "fd5c:fd8b:2b8c::200" +network_ipv6_dns: "fd5c:fd8b:2b8c::200" wireguard_connections: protonvpn-us-1: | |
