From ebcbbc2e529c895b51876d864d0a2a30a8407d54 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:24:31 +0800 Subject: [PATCH] use dnspod public dns --- config/client/h2.json | 4 ++-- config/client/http.json | 4 ++-- config/client/kcp.json | 4 ++-- config/client/quic.json | 4 ++-- config/client/tcp.json | 4 ++-- config/client/ws.json | 4 ++-- config/client/ws_tls.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/client/h2.json b/config/client/h2.json index 1133c48..c11edcf 100644 --- a/config/client/h2.json +++ b/config/client/h2.json @@ -61,8 +61,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/http.json b/config/client/http.json index bf33a8d..4dd7fcc 100644 --- a/config/client/http.json +++ b/config/client/http.json @@ -91,8 +91,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/kcp.json b/config/client/kcp.json index 0ff2f09..4a6f583 100644 --- a/config/client/kcp.json +++ b/config/client/kcp.json @@ -62,8 +62,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/quic.json b/config/client/quic.json index 8dde17c..26eef04 100644 --- a/config/client/quic.json +++ b/config/client/quic.json @@ -61,8 +61,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/tcp.json b/config/client/tcp.json index 06e4774..e2493a9 100644 --- a/config/client/tcp.json +++ b/config/client/tcp.json @@ -51,8 +51,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/ws.json b/config/client/ws.json index f4d3d0e..55d842b 100644 --- a/config/client/ws.json +++ b/config/client/ws.json @@ -54,8 +54,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" } diff --git a/config/client/ws_tls.json b/config/client/ws_tls.json index 757a882..1782dfb 100644 --- a/config/client/ws_tls.json +++ b/config/client/ws_tls.json @@ -64,8 +64,8 @@ "tag": "dns-in", "protocol": "dokodemo-door", "settings": { - "address": "127.0.0.1", - "port": 80, + "address": "119.29.29.29", + "port": 53, "timeout": 0, "network": "tcp,udp" }