commit: 8d4621b4f427fffc1e86f652c383ad51ba75ad43
parent: 914c3b36473377e27505117de67f194dc0dbda7d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 24 Sep 2019 22:23:38 +0200
unbound_opennic.sh: Add .glue TLD, use only anon servers
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shell/unbound_opennic.sh b/shell/unbound_opennic.sh
@@ -14,9 +14,9 @@
TLDS_current="bbs chan cyb dyn epic geek gopher indy libre neo null o oss oz parody pirate"
TLDS_inactive="free"
TLDS_peered="bazar coin emc lib fur ku te ti uu"
-TLDS="${TLDS_current} ${TLDS_inactive} ${TLDS_peered}"
+TLDS="glue ${TLDS_current} ${TLDS_inactive} ${TLDS_peered}"
-curl 'https://api.opennicproject.org/geoip/?json&res=10&ipv=64' > /tmp/opennic.json
+curl 'https://api.opennicproject.org/geoip/?json&res=10&ipv=64&anon=true' > /tmp/opennic.json
printf -- 'server:\n'
for tld in ${TLDS}; do