From ad26909a1adb7a559ea7644c0906f37fe8545071 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Oct 2022 00:09:53 +0200 Subject: chaos-at-home: switch to magenta dns servers (for now...) --- inventory/group_vars/chaos-at-home/network.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inventory/group_vars') 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 -- cgit v1.2.3