From afd0e9ea7323d50ff5316ebe67801f3224f820ae Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 4 Feb 2018 01:48:56 -1000 Subject: [PATCH] add coredns unbound code (DNSSEC stuff) --- clone-witcom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clone-witcom.sh b/clone-witcom.sh index 4265f11..4d0eee4 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -99,6 +99,8 @@ witgitclone 'git/cloud/jcarrbox' 'cloud/jcarrbo witgitclone 'git/cloud/bind9dnssec' 'cloud/bind9dnssec' gitclonefail 'git@github.com:witstartup/debcore.git' 'cloud/debcore' gitclonefail 'git@github.com:witstartup/gpupoller.git' 'cloud/gpupoller' +gitclonefail 'https://github.com/coredns/unbound' 'cloud/coredns-unbound' +gitclonefail 'https://github.com/miekg/unbound.git' 'cloud/coredns-miekg-unbound' gitclonefail 'git@github.com:witstartup/AndroidApp.git' 'phone/AndroidApp' gitclonefail 'git@github.com:witstartup/webrtc-example.git' 'phone/webrtc-example'