diff options
author | varac <varacanero@zeromail.org> | 2014-01-24 17:36:04 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-01-24 17:36:04 +0100 |
commit | c356125d06b8c19146f8bd6f34e31da38bfd7cc2 (patch) | |
tree | 74cfd77b4330fe37f90fbfe1a300791890c8c9dc | |
parent | e7fe6d504565b7e0234681ed500059a54739f2e3 (diff) |
swiss privacy foundation changed their nameserver IPs: http://www.privacyfoundation.ch/de/service/server.html
-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 b307f18b..05990c67 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)', - '62.141.58.13 # Swiss privacy Foundation (http://www.privacyfoundation.ch/de/service/server.html)' + '77.109.138.45 # Swiss privacy Foundation (http://www.privacyfoundation.ch/de/service/server.html)' ] } } |