update dns addr

pull/880/head
233boy 3 years ago
parent e8339d0652
commit c940374011
  1. 2
      config/server/dynamic/http.json
  2. 2
      config/server/dynamic/kcp.json
  3. 2
      config/server/dynamic/quic.json
  4. 2
      config/server/dynamic/tcp.json
  5. 2
      config/server/dynamic/ws.json
  6. 2
      config/server/h2.json
  7. 2
      config/server/http.json
  8. 2
      config/server/kcp.json
  9. 2
      config/server/quic.json
  10. 2
      config/server/tcp.json
  11. 2
      config/server/vless_ws.json
  12. 2
      config/server/ws.json
  13. 2
      v2ray.sh

@ -117,7 +117,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -89,7 +89,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -91,7 +91,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -76,7 +76,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -79,7 +79,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -72,7 +72,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -90,7 +90,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -62,7 +62,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -63,7 +63,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -57,7 +57,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -59,7 +59,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -57,7 +57,7 @@
], ],
"dns": { "dns": {
"servers": [ "servers": [
"https+local://cloudflare-dns.com/dns-query", "https+local://1.1.1.1/dns-query",
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
"8.8.8.8", "8.8.8.8",

@ -10,7 +10,7 @@ none='\e[0m'
# Root # Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.44" _version="v3.45"
cmd="apt-get" cmd="apt-get"

Loading…
Cancel
Save