From ce7ee62355ce5add8f1a49f08697ac72aa064db8 Mon Sep 17 00:00:00 2001 From: Sara Dickinson Date: Tue, 11 Apr 2017 15:24:10 +0100 Subject: [PATCH 1/2] Should we update stubby.conf to include 2 of the new test servers? --- src/tools/stubby.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/tools/stubby.conf b/src/tools/stubby.conf index 92cb38be..bd9e636e 100644 --- a/src/tools/stubby.conf +++ b/src/tools/stubby.conf @@ -60,6 +60,19 @@ [ { digest: "sha256" , value: pOXrpUt9kgPgbWxBFFcBTbRH2heo2wHwXp1fd4AEVXI= } ] + }, + { address_data: 2001:4b98:dc2:43:216:3eff:fea9:41a + , tls_auth_name: "dns-resolver.yeti.eu.org" + , tls_pubkey_pinset: + [ { digest: "sha256" + , value: 8jkVGv5GP34E70/tDu+j2vnZ1bikayym2QvF4mkX11g= + } ] + }, + { address_data: 89.233.43.71 + , tls_auth_name: "unicast.censurfridns.dk" + }, + { address_data: 2a01:3a0:53:53:: + , tls_auth_name: "unicast.censurfridns.dk" } ] } From 6e66754795e4eb670d7376743f6e59da77656189 Mon Sep 17 00:00:00 2001 From: Sara Dickinson Date: Wed, 12 Apr 2017 18:19:34 +0100 Subject: [PATCH 2/2] Nope - just add uncensored as the yeti servers would require a different trust anchor --- src/tools/stubby.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tools/stubby.conf b/src/tools/stubby.conf index bd9e636e..adfe3c0f 100644 --- a/src/tools/stubby.conf +++ b/src/tools/stubby.conf @@ -61,13 +61,6 @@ , value: pOXrpUt9kgPgbWxBFFcBTbRH2heo2wHwXp1fd4AEVXI= } ] }, - { address_data: 2001:4b98:dc2:43:216:3eff:fea9:41a - , tls_auth_name: "dns-resolver.yeti.eu.org" - , tls_pubkey_pinset: - [ { digest: "sha256" - , value: 8jkVGv5GP34E70/tDu+j2vnZ1bikayym2QvF4mkX11g= - } ] - }, { address_data: 89.233.43.71 , tls_auth_name: "unicast.censurfridns.dk" },