SunsetMkt / anti-ip-attribution

针对部分网站显示IP归属地的流量分流规则
GNU General Public License v3.0
933 stars 117 forks source link

斗鱼 #23

Closed seton-p closed 1 year ago

seton-p commented 2 years ago

DOMAIN,wss.im.qcloud.com 但有时会在真实归属地和海外之间反复横跳

SunsetMkt commented 2 years ago

这个似乎是腾讯云的域名?没有指向性有点奇怪。

SunsetMkt commented 2 years ago

斗鱼的API请求包括.douyucdn.cn和.douyu.com下的部分域名,直播弹幕服务器取决于API返回的IP地址列表

seton-p commented 2 years ago

疑似失效了,之前在鱼吧是有效果的

seton-p commented 2 years ago

建议direct斗鱼直播流 https://github.com/wbt5/real-url/issues/340 hls3-akm.douyucdn.cn hlsa-akm.douyucdn.cn hls1a-akm.douyucdn.cn hls3a-akm.douyucdn.cn vplay1a.douyucdn.cn vplay3a.douyucdn.cn ws-tct.douyucdn.cn akm-tct.douyucdn.cn tx2play1.douyucdn.cn tc-tct1.douyucdn.cn

SunsetMkt commented 2 years ago

建议direct斗鱼直播流 wbt5/real-url#340 hls3-akm.douyucdn.cn hlsa-akm.douyucdn.cn hls1a-akm.douyucdn.cn hls3a-akm.douyucdn.cn vplay1a.douyucdn.cn vplay3a.douyucdn.cn ws-tct.douyucdn.cn akm-tct.douyucdn.cn tx2play1.douyucdn.cn tc-tct1.douyucdn.cn

感谢,已提交。

sunkoto commented 2 years ago

稍微不太建议把Direct加进来,因为很多人会用force-policy,则direct会被代理。仅此建议,或许可以将direct放在前置。

SunsetMkt commented 2 years ago

请问有合适的方法吗?我不太熟悉规则写法


From: Sunkentoko @.> Sent: Tuesday, August 23, 2022 6:38:01 PM To: lwd-temp/anti-ip-attribution @.> Cc: Sunset @.>; Comment @.> Subject: Re: [lwd-temp/anti-ip-attribution] 斗鱼 (Issue #23)

稍微不太建议把Direct加进来,因为很多人会用force-policy,则direct会被代理。仅此建议,或许可以将direct放在前置。

― Reply to this email directly, view it on GitHubhttps://github.com/lwd-temp/anti-ip-attribution/issues/23#issuecomment-1223883179, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGGQOW2WQTNQ6Y53AOOZ6HDV2SSYTANCNFSM563ZG3EA. You are receiving this because you commented.Message ID: @.***>

sunkoto commented 2 years ago

请问有合适的方法吗?我不太熟悉规则写法 ____ From: Sunkentoko @.> Sent: Tuesday, August 23, 2022 6:38:01 PM To: lwd-temp/anti-ip-attribution @.> Cc: Sunset @.>; Comment @.> Subject: Re: [lwd-temp/anti-ip-attribution] 斗鱼 (Issue #23) 稍微不太建议把Direct加进来,因为很多人会用force-policy,则direct会被代理。仅此建议,或许可以将direct放在前置。 ― Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGGQOW2WQTNQ6Y53AOOZ6HDV2SSYTANCNFSM563ZG3EA. You are receiving this because you commented.Message ID: @.***>

远程规则文件一般会被当作规则集,整体的用于本地的某个代理规则。处理方法也很简单,分开两个文件,一个用于IP代理,一个用于前置直连矫正。当然如果能精确代理则不需要矫正。

seton-p commented 2 years ago

赞成分开

补充direct 图片 img.douyucdn.cn 弹幕服务器 danmuproxy.douyu.com

SunsetMkt commented 2 years ago

内个... 可以给个文档或者案例吗?或者PR一下?实在有点理解困难...


From: seton-p @.> Sent: Tuesday, August 23, 2022 10:02:02 PM To: lwd-temp/anti-ip-attribution @.> Cc: Sunset @.>; Comment @.> Subject: Re: [lwd-temp/anti-ip-attribution] 斗鱼 (Issue #23)

赞成分开

补充direct 图片 img.douyucdn.cn 弹幕服务器 danmuproxy.douyu.com

― Reply to this email directly, view it on GitHubhttps://github.com/lwd-temp/anti-ip-attribution/issues/23#issuecomment-1224121549, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGGQOW4WXALRJWZN5NX4MMDV2TKVVANCNFSM563ZG3EA. You are receiving this because you commented.Message ID: @.***>

seton-p commented 2 years ago

即把直连及拒绝规则与代理规则分为两个文件,使用时前置前者。其实对QX来说还好,单一文件如果不指定policy是没问题的。但是对于必须指定policy的Clash rule-provider只能分成三个文件,直连、拒绝、代理各一个,现有单一文件在Clash rule-provider下无法使用直连和拒绝规则,很麻烦,但这是Clash本身的限制导致的。

SunsetMkt commented 2 years ago

TODO 所以是rule-provider的单独适配啊... 明白了,有时间会做一下。


From: seton-p @.> Sent: Tuesday, August 23, 2022 10:23:47 PM To: lwd-temp/anti-ip-attribution @.> Cc: Sunset @.>; Comment @.> Subject: Re: [lwd-temp/anti-ip-attribution] 斗鱼 (Issue #23)

即把直连及拒绝规则与代理规则分为两个文件,使用时前置前者。其实对QX来说还好,单一文件如果不指定policy是没问题的。但是对于必须指定policy的Clash rule-provider只能分成三个文件,直连、拒绝、代理各一个,现有单一文件在Clash rule-provider下无法使用直连和拒绝规则,很麻烦,但这是Clash本身的限制导致的。

― Reply to this email directly, view it on GitHubhttps://github.com/lwd-temp/anti-ip-attribution/issues/23#issuecomment-1224150101, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGGQOW77MRXK5KYGIWF4H43V2TNHHANCNFSM563ZG3EA. You are receiving this because you commented.Message ID: @.***>