diff options
author | Micah <micah@leap.se> | 2016-01-19 15:49:50 -0500 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-01-19 16:24:27 -0500 |
commit | 935a5e884dc468da2b9ec724638f1c55a8f74e85 (patch) | |
tree | d883c3acb2845d3478d4f79f301d7f978fb00bea /puppet/modules | |
parent | 83d4f5939f16c08fe441571b61eb04d375fe24af (diff) |
Swiss privacy foundation nameserver is not responding, switch secondary
fall-back to an OpenNIC resolver that does not log (#7781)
Change-Id: I290321927c8188c82e95e2cd4b93cd01bd2258c2
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/resolvconf.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/resolvconf.pp b/puppet/modules/site_config/manifests/resolvconf.pp index 05990c67..09f0b405 100644 --- a/puppet/modules/site_config/manifests/resolvconf.pp +++ b/puppet/modules/site_config/manifests/resolvconf.pp @@ -8,7 +8,7 @@ class site_config::resolvconf { nameservers => [ '127.0.0.1 # local caching-only, unbound', '85.214.20.141 # Digitalcourage, a german privacy organisation: (https://en.wikipedia.org/wiki/Digitalcourage)', - '77.109.138.45 # Swiss privacy Foundation (http://www.privacyfoundation.ch/de/service/server.html)' + '172.81.176.146 # OpenNIC (https://servers.opennicproject.org/edit.php?srv=ns1.tor.ca.dns.opennic.glue)' ] } } |