This commit is contained in:
233boy
2022-01-04 20:44:23 +08:00
parent b319e963de
commit 956f9aaa61
14 changed files with 26 additions and 49 deletions

View File

@@ -117,11 +117,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -89,11 +89,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -91,11 +91,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -76,11 +76,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -79,11 +79,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -72,11 +72,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -90,11 +90,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -62,11 +62,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -63,11 +63,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -57,11 +57,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -59,11 +59,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -57,11 +57,9 @@
],
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"https+local://8.8.8.8/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"localhost"
]
},

View File

@@ -50,6 +50,7 @@ Type=simple
# More discussion at https://github.com/v2ray/v2ray-core/issues/1011
User=root
#User=nobody
Environment="V2RAY_VMESS_AEAD_FORCED=false"
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
NoNewPrivileges=true

View File

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