├── .github └── workflows │ └── main.yml ├── 1.11.0⁺example.json ├── LICENSE ├── README.md ├── convert.py ├── data ├── README.md └── rules_archive.tar ├── rule_json ├── AD-domain.json ├── AD-patch.json ├── Amazon.json ├── Apple_All.json ├── Apple_All_No_Resolve.json ├── BiliBili.json ├── Binance.json ├── ChinaMax_All.json ├── ChinaMax_All_No_Resolve.json ├── Disney.json ├── Facebook.json ├── Global_All.json ├── Global_All_No_Resolve.json ├── Google.json ├── GoogleFCM.json ├── GoogleVoice.json ├── HBO.json ├── Hulu.json ├── Microsoft.json ├── Netflix.json ├── OpenAI.json ├── PayPal.json ├── Sony.json ├── Spotify.json ├── Telegram.json ├── TikTok.json ├── Twitter.json ├── WeChat.json ├── Wi-Fi%20Calling_DE.json ├── Wi-Fi%20Calling_UK.json ├── Xbox.json ├── YouTube.json ├── YouTubeMusic.json ├── anti-ad-surge.json └── eBay.json ├── rule_srs ├── AD-domain.srs ├── AD-patch.srs ├── Amazon.srs ├── Apple_All_No_Resolve.srs ├── BiliBili.srs ├── Binance.srs ├── ChinaMax_All_No_Resolve.srs ├── Disney.srs ├── Facebook.srs ├── Global_All_No_Resolve.srs ├── Google.srs ├── GoogleFCM.srs ├── GoogleVoice.srs ├── HBO.srs ├── Hulu.srs ├── Microsoft.srs ├── Netflix.srs ├── OpenAI.srs ├── PayPal.srs ├── Sony.srs ├── Spotify.srs ├── Telegram.srs ├── TikTok.srs ├── Twitter.srs ├── WeChat.srs ├── Wi-Fi%20Calling_DE.srs ├── Wi-Fi%20Calling_UK.srs ├── Xbox.srs ├── YouTube.srs ├── YouTubeMusic.srs ├── anti-ad-surge.srs └── eBay.srs └── source.txt /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /1.11.0⁺example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/1.11.0⁺example.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/README.md -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/convert.py -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/data/README.md -------------------------------------------------------------------------------- /data/rules_archive.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/data/rules_archive.tar -------------------------------------------------------------------------------- /rule_json/AD-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/AD-domain.json -------------------------------------------------------------------------------- /rule_json/AD-patch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/AD-patch.json -------------------------------------------------------------------------------- /rule_json/Amazon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Amazon.json -------------------------------------------------------------------------------- /rule_json/Apple_All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Apple_All.json -------------------------------------------------------------------------------- /rule_json/Apple_All_No_Resolve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Apple_All_No_Resolve.json -------------------------------------------------------------------------------- /rule_json/BiliBili.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/BiliBili.json -------------------------------------------------------------------------------- /rule_json/Binance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Binance.json -------------------------------------------------------------------------------- /rule_json/ChinaMax_All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/ChinaMax_All.json -------------------------------------------------------------------------------- /rule_json/ChinaMax_All_No_Resolve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/ChinaMax_All_No_Resolve.json -------------------------------------------------------------------------------- /rule_json/Disney.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Disney.json -------------------------------------------------------------------------------- /rule_json/Facebook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Facebook.json -------------------------------------------------------------------------------- /rule_json/Global_All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Global_All.json -------------------------------------------------------------------------------- /rule_json/Global_All_No_Resolve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Global_All_No_Resolve.json -------------------------------------------------------------------------------- /rule_json/Google.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Google.json -------------------------------------------------------------------------------- /rule_json/GoogleFCM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/GoogleFCM.json -------------------------------------------------------------------------------- /rule_json/GoogleVoice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/GoogleVoice.json -------------------------------------------------------------------------------- /rule_json/HBO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/HBO.json -------------------------------------------------------------------------------- /rule_json/Hulu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Hulu.json -------------------------------------------------------------------------------- /rule_json/Microsoft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Microsoft.json -------------------------------------------------------------------------------- /rule_json/Netflix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Netflix.json -------------------------------------------------------------------------------- /rule_json/OpenAI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/OpenAI.json -------------------------------------------------------------------------------- /rule_json/PayPal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/PayPal.json -------------------------------------------------------------------------------- /rule_json/Sony.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Sony.json -------------------------------------------------------------------------------- /rule_json/Spotify.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Spotify.json -------------------------------------------------------------------------------- /rule_json/Telegram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Telegram.json -------------------------------------------------------------------------------- /rule_json/TikTok.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/TikTok.json -------------------------------------------------------------------------------- /rule_json/Twitter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Twitter.json -------------------------------------------------------------------------------- /rule_json/WeChat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/WeChat.json -------------------------------------------------------------------------------- /rule_json/Wi-Fi%20Calling_DE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Wi-Fi%20Calling_DE.json -------------------------------------------------------------------------------- /rule_json/Wi-Fi%20Calling_UK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Wi-Fi%20Calling_UK.json -------------------------------------------------------------------------------- /rule_json/Xbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/Xbox.json -------------------------------------------------------------------------------- /rule_json/YouTube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/YouTube.json -------------------------------------------------------------------------------- /rule_json/YouTubeMusic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/YouTubeMusic.json -------------------------------------------------------------------------------- /rule_json/anti-ad-surge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/anti-ad-surge.json -------------------------------------------------------------------------------- /rule_json/eBay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_json/eBay.json -------------------------------------------------------------------------------- /rule_srs/AD-domain.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/AD-domain.srs -------------------------------------------------------------------------------- /rule_srs/AD-patch.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/AD-patch.srs -------------------------------------------------------------------------------- /rule_srs/Amazon.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Amazon.srs -------------------------------------------------------------------------------- /rule_srs/Apple_All_No_Resolve.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Apple_All_No_Resolve.srs -------------------------------------------------------------------------------- /rule_srs/BiliBili.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/BiliBili.srs -------------------------------------------------------------------------------- /rule_srs/Binance.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Binance.srs -------------------------------------------------------------------------------- /rule_srs/ChinaMax_All_No_Resolve.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/ChinaMax_All_No_Resolve.srs -------------------------------------------------------------------------------- /rule_srs/Disney.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Disney.srs -------------------------------------------------------------------------------- /rule_srs/Facebook.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Facebook.srs -------------------------------------------------------------------------------- /rule_srs/Global_All_No_Resolve.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Global_All_No_Resolve.srs -------------------------------------------------------------------------------- /rule_srs/Google.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Google.srs -------------------------------------------------------------------------------- /rule_srs/GoogleFCM.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/GoogleFCM.srs -------------------------------------------------------------------------------- /rule_srs/GoogleVoice.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/GoogleVoice.srs -------------------------------------------------------------------------------- /rule_srs/HBO.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/HBO.srs -------------------------------------------------------------------------------- /rule_srs/Hulu.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Hulu.srs -------------------------------------------------------------------------------- /rule_srs/Microsoft.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Microsoft.srs -------------------------------------------------------------------------------- /rule_srs/Netflix.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Netflix.srs -------------------------------------------------------------------------------- /rule_srs/OpenAI.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/OpenAI.srs -------------------------------------------------------------------------------- /rule_srs/PayPal.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/PayPal.srs -------------------------------------------------------------------------------- /rule_srs/Sony.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Sony.srs -------------------------------------------------------------------------------- /rule_srs/Spotify.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Spotify.srs -------------------------------------------------------------------------------- /rule_srs/Telegram.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Telegram.srs -------------------------------------------------------------------------------- /rule_srs/TikTok.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/TikTok.srs -------------------------------------------------------------------------------- /rule_srs/Twitter.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Twitter.srs -------------------------------------------------------------------------------- /rule_srs/WeChat.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/WeChat.srs -------------------------------------------------------------------------------- /rule_srs/Wi-Fi%20Calling_DE.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Wi-Fi%20Calling_DE.srs -------------------------------------------------------------------------------- /rule_srs/Wi-Fi%20Calling_UK.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Wi-Fi%20Calling_UK.srs -------------------------------------------------------------------------------- /rule_srs/Xbox.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/Xbox.srs -------------------------------------------------------------------------------- /rule_srs/YouTube.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/YouTube.srs -------------------------------------------------------------------------------- /rule_srs/YouTubeMusic.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/YouTubeMusic.srs -------------------------------------------------------------------------------- /rule_srs/anti-ad-surge.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/anti-ad-surge.srs -------------------------------------------------------------------------------- /rule_srs/eBay.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/rule_srs/eBay.srs -------------------------------------------------------------------------------- /source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangnahuaite/sing-box_Route-rules/HEAD/source.txt --------------------------------------------------------------------------------