Automatically generated and up-to-date rule-sets based on ASN (Autonomous System Number).
Perfect for routing, bypassing, or blocking traffic from specific networks/ISPs in sing-box.
Add the rule set to your sing-box configuration file (e.g., config.json).
Add the remote rule set under the route.rule_set section:
{
"route": {
"rule_set": [
{
"tag": "asn-example",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/redelfive0/sing-asn/rule-set/AS1.srs",
"download_detour": "proxy"
}
]
}
}