mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-08-26 08:35:34 +00:00
Add files via upload
This commit is contained in:
@@ -562,6 +562,10 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "block"
|
||||
},
|
||||
{
|
||||
"port": "25",
|
||||
"outboundTag": "block"
|
||||
},
|
||||
{
|
||||
"protocol": [
|
||||
|
||||
@@ -439,6 +439,10 @@ $OUTBOUNDS
|
||||
],
|
||||
"rules":[
|
||||
{ "ip":[ "geoip:private" ], "outboundTag": "block" },
|
||||
{
|
||||
"port": "25",
|
||||
"outboundTag": "block"
|
||||
},
|
||||
{ "protocol":[ "bittorrent" ], "outboundTag": "block" },
|
||||
{ "domain":[ "geosite:category-ads", "geosite:win-spy", "geosite:private" ], "outboundTag": "block" },
|
||||
{ "domain":[ "habr.com", "apkmirror.com" ], "balancerTag": "Super_Balancer" },
|
||||
|
||||
Reference in New Issue
Block a user