update dns config

pull/519/head^2
233boy 6 years ago
parent db4b81048a
commit 966bf6f733
  1. 37
      config/client/h2.json
  2. 37
      config/client/http.json
  3. 37
      config/client/kcp.json
  4. 37
      config/client/quic.json
  5. 37
      config/client/tcp.json
  6. 37
      config/client/ws.json
  7. 37
      config/client/ws_tls.json
  8. 2
      src/client_file.sh
  9. 2
      v2ray.sh

@ -35,6 +35,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -47,24 +51,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -72,6 +83,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -80,6 +98,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -65,6 +65,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -77,24 +81,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -102,6 +113,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -110,6 +128,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -36,6 +36,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -48,24 +52,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -73,6 +84,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -81,6 +99,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -35,6 +35,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -47,24 +51,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -72,6 +83,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -80,6 +98,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -25,6 +25,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -37,24 +41,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -62,6 +73,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -70,6 +88,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -28,6 +28,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -40,24 +44,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -65,6 +76,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -73,6 +91,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -38,6 +38,10 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {}, "settings": {},
"tag": "direct" "tag": "direct"
},
{
"protocol": "dns",
"tag": "dns-out"
} }
], ],
"inbounds": [ "inbounds": [
@ -50,24 +54,31 @@
"followRedirect": true "followRedirect": true
} }
}, },
{
"port": 2133,
"tag": "dns-in",
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1",
"port": 80,
"timeout": 0,
"network": "tcp,udp"
}
},
{ {
"port": 2333, "port": 2333,
"listen": "127.0.0.1",
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
}, },
{ {
"port": 6666, "port": 6666,
"listen": "127.0.0.1",
"protocol": "http", "protocol": "http",
"settings": { "settings": {
"auth": "noauth", "auth": "noauth",
"udp": true, "udp": true
"ip": "127.0.0.1"
} }
} }
], ],
@ -75,6 +86,13 @@
"servers": [ "servers": [
"1.1.1.1", "1.1.1.1",
"1.0.0.1", "1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
]
},
"8.8.8.8", "8.8.8.8",
"8.8.4.4", "8.8.4.4",
"localhost" "localhost"
@ -83,6 +101,13 @@
"routing": { "routing": {
"domainStrategy": "IPOnDemand", "domainStrategy": "IPOnDemand",
"rules": [ "rules": [
{
"type": "field",
"inboundTag": [
"dns-in"
],
"outboundTag": "dns-out"
},
{ {
"type": "field", "type": "field",
"ip": [ "ip": [

@ -1,3 +1,5 @@
# vmess
_load vmess-config.sh
_get_client_file() { _get_client_file() {
local _link="$(cat $v2ray_client_config | tr -d [:space:] | base64 -w0)" local _link="$(cat $v2ray_client_config | tr -d [:space:] | base64 -w0)"
local link="https://233boy.github.io/tools/json.html#${_link}" local link="https://233boy.github.io/tools/json.html#${_link}"

@ -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.10" _version="v3.11"
cmd="apt-get" cmd="apt-get"

Loading…
Cancel
Save