Giter Club home page Giter Club logo

Comments (9)

DoingDog avatar DoingDog commented on July 17, 2024

ios 客户端测试有效 其他环境待测试
发动态和个人主页显示代理ip 可引起卡顿

ip-cidr,49.233.242.15/32
ip-cidr,81.70.124.99/32
ip-cidr,140.143.177.206/32

修改:已失效

from anti-ip-attribution.

user-github-2333 avatar user-github-2333 commented on July 17, 2024

ios 客户端测试有效 其他环境待测试 发动态和个人主页显示代理ip 可引起卡顿

ip-cidr,49.233.242.15/32 ip-cidr,81.70.124.99/32 ip-cidr,140.143.177.206/32

修改:已失效

动态和评论是有效的,主页应该要过一段时间才能变更

from anti-ip-attribution.

DoingDog avatar DoingDog commented on July 17, 2024

ios客户端接口 再次测试,仍然有效

网页端发动态接口 domain,www.douban.com

ios 客户端测试有效 其他环境待测试 发动态和个人主页显示代理ip 可引起卡顿

ip-cidr,49.233.242.15/32 ip-cidr,81.70.124.99/32 ip-cidr,140.143.177.206/32

修改:已失效

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

感谢,已添加。

from anti-ip-attribution.

DoingDog avatar DoingDog commented on July 17, 2024

#14 (comment)

进一步测试发现这个ip经常会变化
每次打开app都会请求腾讯的httpdns 119.29.29.*
将其拦截后,实际的ip属地api地址为

domain,frodo.douban.com

代理此地址可以显示代理ip
但是在未拦截腾讯dns时此方法无效

from anti-ip-attribution.

DoingDog avatar DoingDog commented on July 17, 2024

https://dns.google/resolve?name=frodo.douban.com&type=A

dns.google 解析此ip地址得到结果和三个ip规则一致 暂时没有发生变化

{
"name": "frodo.douban.com.",
"type": 5 /* CNAME /,
"TTL": 244,
"data": "forward.douban.com."
},
{
"name": "forward.douban.com.",
"type": 5 /
CNAME /,
"TTL": 30,
"data": "tc.forward.douban.com."
},
{
"name": "tc.forward.douban.com.",
"type": 1 /
A /,
"TTL": 300,
"data": "140.143.177.206"
},
{
"name": "tc.forward.douban.com.",
"type": 1 /
A /,
"TTL": 300,
"data": "49.233.242.15"
},
{
"name": "tc.forward.douban.com.",
"type": 1 /
A */,
"TTL": 300,
"data": "81.70.124.99"
}

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

https://dns.google/resolve?name=frodo.douban.com&type=A

dns.google 解析此ip地址得到结果和三个ip规则一致 暂时没有发生变化

{ "name": "frodo.douban.com.", "type": 5 /* CNAME /, "TTL": 244, "data": "forward.douban.com." }, { "name": "forward.douban.com.", "type": 5 / CNAME /, "TTL": 30, "data": "tc.forward.douban.com." }, { "name": "tc.forward.douban.com.", "type": 1 / A /, "TTL": 300, "data": "140.143.177.206" }, { "name": "tc.forward.douban.com.", "type": 1 / A /, "TTL": 300, "data": "49.233.242.15" }, { "name": "tc.forward.douban.com.", "type": 1 / A */, "TTL": 300, "data": "81.70.124.99" }

我开始不太明白了,可以帮忙写一下规则吗?

from anti-ip-attribution.

DoingDog avatar DoingDog commented on July 17, 2024

有两种吧

ip-cidr,119.29.29.98/32,reject
domain,frodo.douban.com,proxy

或者

ip-cidr,49.233.242.15/32,proxy
ip-cidr,81.70.124.99/32,proxy
ip-cidr,140.143.177.206/32,proxy
domain,frodo.douban.com,proxy

暂时都是有效的,但第二种不排除失效的可能性

from anti-ip-attribution.

lwd-temp avatar lwd-temp commented on July 17, 2024

感谢,已添加。

from anti-ip-attribution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.