@ -1,8 +1,4 @@
{
"log": {
"error": "error.log",
"loglevel": "warning"
},
"outbounds": [
"protocol": "vmess",
@ -42,6 +38,15 @@
}
],
"inbounds": [
"port": "1099",
"protocol": "dokodemo-door",
"settings": {
"network": "tcp,udp",
"timeout": 0,
"followRedirect": true
"port": 2333,
"listen": "127.0.0.1",
@ -65,6 +70,8 @@
"dns": {
"servers": [
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
"8.8.4.4",
"localhost"
@ -76,34 +83,16 @@
"type": "field",
"ip": [
"0.0.0.0/8",
"geoip:private",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10",
"geoip:cn"
"domain": [
"geosite:cn"
"outboundTag": "direct"
"type": "chinasites",
"type": "chinaip",
]
@ -72,6 +68,15 @@
@ -95,6 +100,8 @@
@ -106,34 +113,16 @@
@ -43,6 +39,15 @@
@ -66,6 +71,8 @@
@ -77,34 +84,16 @@
@ -32,6 +28,15 @@
@ -55,6 +60,8 @@
@ -66,34 +73,16 @@
@ -35,6 +31,15 @@
@ -58,6 +63,8 @@
@ -69,34 +76,16 @@
@ -45,6 +41,15 @@
@ -68,6 +73,8 @@
@ -79,34 +86,16 @@
@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.09"
_version="v3.10"
cmd="apt-get"