Built-in Rule Sets¶
Rover includes a large collection of built-in rule sets, categorized by source. You can reference them when adding a rule on the "Policies" page by selecting the Rule Set type.
ACL4SSR Rule Sets¶
Common routing rule sets covering popular services and scenarios:
| Category | Example Rule Sets | Description |
|---|---|---|
| AI Services | AI, Claude, OpenAi, Gemini | ChatGPT, Claude, etc. |
| Developer | Developer, Github, Docker, JetBrains | Development-related domains |
| Streaming | Netflix, DisneyPlus, YouTube, Spotify, Bilibili | Video and music platforms |
| Social | Telegram, Discord, Twitter, Facebook, Instagram | Social platforms |
| Gaming | Steam, Epic, Blizzard, Nintendo | Gaming platforms |
| Tech Companies | Google, Apple, Microsoft, Alibaba, ByteDance | Tech company services |
| Domestic | ChinaDomain, ChinaIp, ChinaMedia, ChinaNet | Domestic traffic |
| Ad Blocking | BanAD, BanEasyList, BanEasyPrivacy, BanProgramAD | Ad filtering |
| Proxy Lists | ProxyGFWlist, ProxyLite, ProxyMedia | Proxy traffic categorization |
Ad Blocking Rule Sets
Enable BanAD or BanProgramAD to block common ad domains. Note that some websites may display incorrectly due to ad blocking — you can disable rules or add whitelist entries to fix this.
GeoSite Rule Sets¶
Domain rules based on v2ray/domain-list-community:
| Category | Example | Description |
|---|---|---|
| Country/Region | geosite:cn |
China mainland domains |
| Country/Region | geosite:geolocation-!cn |
Non-China mainland domains |
| Service | geosite:google |
Google services |
| Service | geosite:github |
GitHub services |
| Service | geosite:netflix |
Netflix services |
GeoSite vs. ACL4SSR
- GeoSite — From the v2ray community, categorized by service/country, high update frequency
- ACL4SSR — From the ACL4SSR project, categorized by use case, better for proxy routing
You can mix both, for example:
- Use GeoSite:cn for domestic domains
- Use ACL4SSR:ProxyGFWlist for the GFW list
GeoIP Rule Sets¶
IP rules based on v2ray/geoip:
| Category | Example | Description |
|---|---|---|
| Country/Region | geoip:cn |
China mainland IPs |
| Country/Region | geoip:us |
US IPs |
| Country/Region | geoip:jp |
Japan IPs |
| Private | geoip:private |
Private network IPs |
Clash Rule Sets¶
Compatible with Clash format remote rule sets. Supports custom URLs.
sing-box Rule Sets¶
sing-box native .srs format rule sets, including ACL4SSR-converted rules and GeoIP/GeoSite rules.
How to Use¶
When adding a rule on the "Policies" page:
- Select Rule Set as the rule type
- Click the Select Rule Set button
- Browse built-in rule sets or enter a custom URL
- Select and save
Search Rule Sets
The built-in rule set list supports keyword search. Enter a service name (e.g., youtube) or category name (e.g., AI) to quickly filter.