summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/resolvconf.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-31 17:19:46 +0100
committervarac <varacanero@zeromail.org>2014-01-31 17:19:46 +0100
commit37e3c260f026a66b37f54cd6092ee2c28d262247 (patch)
treef1bca78de1e368b97332356928710257fe3c6a42 /puppet/modules/site_config/manifests/resolvconf.pp
parente94ae94dd01cd256f89fb079cfca75a487dceed5 (diff)
parentca1c07ad510ec24037b9fd4baad1a57b26eabedc (diff)
Merge branch 'develop' into 0.6
Diffstat (limited to 'puppet/modules/site_config/manifests/resolvconf.pp')
-rw-r--r--puppet/modules/site_config/manifests/resolvconf.pp2
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)'
]
}
}