fix: dns 8888 to dns.google

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

@ -106,18 +106,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -78,18 +78,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -80,18 +80,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -65,18 +65,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -68,18 +68,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -52,18 +52,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -79,12 +79,7 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],

@ -51,18 +51,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -52,18 +52,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -46,18 +46,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -48,18 +48,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

@ -46,18 +46,13 @@
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "mtproto",
"settings": {},
"tag": "tg-out"
}
}
//include_out_config
//
],
"dns": {
"servers": [
"https+local://8.8.8.8/dns-query",
"https+local://dns.google/dns-query",
"8.8.8.8",
"1.1.1.1",
"localhost"

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

Loading…
Cancel
Save