diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-10-25 00:09:53 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-10-25 00:20:22 +0200 |
commit | ad26909a1adb7a559ea7644c0906f37fe8545071 (patch) | |
tree | 0f1f36582638890ac77da93f6f1c3dd5752407a2 /inventory/group_vars/chaos-at-home | |
parent | add new ch-pan (diff) |
chaos-at-home: switch to magenta dns servers (for now...)
Diffstat (limited to 'inventory/group_vars/chaos-at-home')
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 29e53a2b..20d6f214 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -6,8 +6,8 @@ network_zones: gateway: 192.168.28.254 dns: # - 192.168.28.254 -# - 9.9.9.9 - - 1.1.1.1 + - 195.58.160.194 + - 195.58.161.122 dhcp: start: 100 limit: 199 @@ -62,8 +62,8 @@ network_zones: gateway: 192.168.32.254 dns: # - 192.168.32.254 -# - 9.9.9.9 - - 1.1.1.1 + - 195.58.160.194 + - 195.58.161.122 offsets: ch-apps: 1 ch-http-proxy: 8 |