Skip to content

Commit

Permalink
make BT domain keyword independent
Browse files Browse the repository at this point in the history
  • Loading branch information
PaPerseller committed Nov 15, 2024
1 parent a95d7e3 commit 4fda0c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion v2rayA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ domain(geosite:category-ads-all) -> block
# direct
protocol(bittorrent) -> direct
ip(45.121.184.0/24, 103.10.124.0/23, 103.28.54.0/24, 146.66.152.0/24, 146.66.155.0/24, 153.254.86.0/24, 155.133.224.0/22, 155.133.230.0/24, 155.133.232.0/23, 155.133.234.0/24, 155.133.236.0/22, 155.133.240.0/23, 155.133.244.0/23, 155.133.246.0/24, 155.133.248.0/21, 162.254.192.0/21, 185.25.182.0/23, 190.217.32.0/22, 192.69.96.0/22, 205.196.6.0/24, 208.64.200.0/22, 208.78.164.0/22, 205.185.194.0/24) -> direct
domain(moutai, weixin, wechat) -> direct
domain(announce, torrent, tracker) -> direct
domain(domain:gdmf.apple.com, domain:identity.apple.com, domain:cdn.jsdelivr.net) -> direct
domain(moutai, weixin, wechat, announce, torrent, tracker) -> direct
domain(domain:steamcdn-a.akamaihd.net, domain:cm.steampowered.com, domain:steamserver.net, domain:cdn.mileweb.cs.steampowered.com.8686c.com, domain:steampipe.steamcontent.tnkjmec.com) -> direct
domain(domain:cdn-ws.content.steamchina.com, domain:cdn-qc.content.steamchina.com, domain:cdn-ali.content.steamchina.com, domain:epicgames-download1-1251447533.file.myqcloud.com) -> direct
domain(domain:dl.steam.ksyna.com, domain:st.dl.bscstorage.net, domain:st.dl.eccdnx.com, domain:st.dl.pinyuncloud.com, domain:dl.steam.clngaa.com, domain:xz.pphimalayanrt.com) -> direct
Expand Down
13 changes: 9 additions & 4 deletions v2rayN(G)/routing-ruleset_whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"bittorrent"
]
},
{
"remarks": "BT direct domain",
"outboundTag": "direct",
"domain": [
"announce",
"torrent",
"tracker"
]
},
{
"enabled": false,
"remarks": "udp443 block",
Expand Down Expand Up @@ -152,16 +161,12 @@
"outboundTag": "direct",
"domain": [
"geosite:private",
"geosite:bilibili",
"geosite:apple-cn",
"geosite:sina",
"geosite:alibaba",
"domain:cdn.jsdelivr.net",
"moutai",
"weixin",
"announce",
"torrent",
"tracker",
"geosite:cn",
"geosite:geolocation-cn"
]
Expand Down

0 comments on commit 4fda0c6

Please sign in to comment.