Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议试试sdo.com #13

Open
imnewbe opened this issue Apr 16, 2018 · 3 comments
Open

建议试试sdo.com #13

imnewbe opened this issue Apr 16, 2018 · 3 comments
Labels

Comments

@imnewbe
Copy link

imnewbe commented Apr 16, 2018

No description provided.

@imnewbe
Copy link
Author

imnewbe commented Apr 16, 2018

虽然域名不存在,但是会回复一个nonexist.sdo.com。。

@Q2h1Cg
Copy link
Owner

Q2h1Cg commented Apr 16, 2018

这个很有意思,它是做了泛解析,不存在的域名都定向到了nonexist.sdo.com。

有时间加个相关的处理。

@Q2h1Cg
Copy link
Owner

Q2h1Cg commented Apr 16, 2018

现有的处理是对父级域名做的黑名单,所以你可以看到,在sdo的返回结果中,每个入级域名其实只有一个返回结果。如:

www.000l2.sdo.com,CNAME,nonexist.sdo.com,114.80.132.160
www.0aion.sdo.com,CNAME,nonexist.sdo.com,114.80.132.160
www.100012.sdo.com,CNAME,nonexist.sdo.com,114.80.132.160

将这个返回结果输出的原因是认为每个父级域名的黑名单是有意义的,但没有考虑到这种全部重定向的情况,有时间处理下。

@Q2h1Cg Q2h1Cg added the bug label Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants