Skip to content

Instantly share code, notes, and snippets.

@sae13
Last active October 17, 2023 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sae13/60151aed791a37f35ba6ab35a904db7f to your computer and use it in GitHub Desktop.
Save sae13/60151aed791a37f35ba6ab35a904db7f to your computer and use it in GitHub Desktop.
singbox route
{
"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