Skip to content

Commit

Permalink
support DOH
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Dec 29, 2019
1 parent 5c0193f commit 5dd0aac
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/server/dynamic/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/dynamic/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/dynamic/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/dynamic/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/dynamic/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/h2.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
1 change: 1 addition & 0 deletions config/server/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
],
"dns": {
"server": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
Expand Down
2 changes: 1 addition & 1 deletion v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1

_version="v3.26"
_version="v3.27"

cmd="apt-get"

Expand Down

0 comments on commit 5dd0aac

Please sign in to comment.