Skip to content

Commit

Permalink
update dns addr
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Aug 24, 2021
1 parent e8339d0 commit c940374
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/server/dynamic/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/dynamic/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/dynamic/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/dynamic/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/dynamic/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/h2.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/vless_ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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 config/server/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"dns": {
"servers": [
"https+local://cloudflare-dns.com/dns-query",
"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.44"
_version="v3.45"

cmd="apt-get"

Expand Down

0 comments on commit c940374

Please sign in to comment.