update rules

This commit is contained in:
233boy
2019-06-25 19:11:55 +08:00
parent 6058e148f1
commit 87340c995e
8 changed files with 85 additions and 8 deletions

View File

@@ -36,6 +36,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -108,7 +113,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -66,6 +66,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -138,7 +143,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -37,6 +37,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -109,7 +114,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -36,6 +36,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -108,7 +113,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -26,6 +26,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -98,7 +103,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -29,6 +29,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -101,7 +106,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

@@ -39,6 +39,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -111,7 +116,13 @@
{
"type": "field",
"ip": [
"geoip:private",
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "direct"

View File

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