Last active
October 17, 2023 04:33
-
-
Save sae13/60151aed791a37f35ba6ab35a904db7f to your computer and use it in GitHub Desktop.
singbox route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route": { | |
"geoip": { | |
"download_url": "https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db" | |
}, | |
"geosite": { | |
"download_url": "https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db" | |
} | |
}, | |
"rules": [ | |
{ | |
"domain_suffix": [ | |
".ir" | |
], | |
"outbound": "direct" | |
}, | |
{ | |
"geosite": [ | |
"category-ads-all" | |
], | |
"outbound": "block" | |
}, | |
{ | |
"geoip": [ | |
"malware", | |
"phishing" | |
], | |
"outbound": "block" | |
}, | |
{ | |
"geosite": "category-ir", | |
"outbound": "direct" | |
}, | |
{ | |
"geoip": [ | |
"ir", | |
"private", | |
"arvancloud" | |
], | |
"outbound": "direct" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment