master
iotcat 2 years ago
parent 7b8671372b
commit 1cae7a7b1f
  1. 26
      rules/BackToChina.rul
  2. 35
      rules/FlyToWorld.rul

@ -0,0 +1,26 @@
[
{
"inboundTag": [],
"outboundTag": "direct",
"protocol": [
"bittorrent"
],
"enabled": true
},
{
"inboundTag": [],
"outboundTag": "proxy",
"ip": [
"geoip:cn"
],
"domain": [
"geosite:cn"
],
"enabled": true
},
{
"port": "0-65535",
"outboundTag": "direct",
"enabled": true
}
]

@ -0,0 +1,35 @@
[
{
"inboundTag": [],
"outboundTag": "direct",
"protocol": [
"bittorrent"
],
"enabled": true
},
{
"inboundTag": [],
"outboundTag": "direct",
"ip": [
"geoip:cn",
"geoip:private"
],
"domain": [
"microsoft.com",
"office365.com",
"outlook.com",
"yimian.xyz",
"iotcat.me",
"eee.dog",
"haoz.me",
"geosite:cn",
"geosite:onedrive"
],
"enabled": true
},
{
"port": "0-65535",
"outboundTag": "proxy",
"enabled": true
}
]
Loading…
Cancel
Save