From a9d785dc2d68df63d3c0b0958cc51b4a90e64cdd Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Wed, 19 May 2021 11:48:00 +0800 Subject: [PATCH] fix: script of update the LIST files, new dns upstream --- overture/update.sh | 2 +- smartdns/load.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overture/update.sh b/overture/update.sh index 4b9457d..5baefe8 100755 --- a/overture/update.sh +++ b/overture/update.sh @@ -4,5 +4,5 @@ rm -f /etc/overture/china_ip_list.txt wget -P /etc/overture https://res.343.re/Share/chinalist/chinalist.txt wget -P /etc/overture https://res.343.re/Share/gfwlist/gfwlist.txt wget -P /etc/overture https://raw.fastgit.org/17mon/china_ip_list/master/china_ip_list.txt -ps -ef | grep overture | grep -v grep | awk '{print $1}' | xargs kill -9 +ps -ef | grep overture | grep -v grep | grep -v sh | awk '{print $1}' | xargs kill -9 overture -c /etc/overture/config.yml > /dev/null 2>&1 & diff --git a/smartdns/load.sh b/smartdns/load.sh index da7e883..8111805 100755 --- a/smartdns/load.sh +++ b/smartdns/load.sh @@ -4,7 +4,6 @@ server 223.5.5.5 server 223.6.6.6 server 119.29.29.29 server 119.28.28.28 -server 180.76.76.76 server 114.114.114.114 server 114.114.115.115 EOF @@ -12,7 +11,8 @@ EOF load_foreign(){ cat>/etc/smartdns/expose/foreign.conf<