diff options
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index f68e1ff0..281bc3a3 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -2,6 +2,8 @@ network_interface: "eth0" network_ipv4_address: "10.0.0.254" network_ipv4_gateway: "10.0.0.1" +# Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA) +# network_ipv6_gateway: "fe80::0000:1111:2222:3333" pihole_hostname: "dns.home.arpa" wg_portal_hostname: "vpn.home.arpa" |
