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

smart_router通过http明文查询域名,遇到敏感的名字岂不是还是很容易被reset。 #9090

Closed
heroboy opened this issue Dec 18, 2017 · 7 comments

Comments

@heroboy
Copy link

heroboy commented Dec 18, 2017

建议通过tcp查询域名,大部分的域名服务器都支持tcp方式查询,而且不会被污染。

我自己就在用 https://github.com/heroboy/DnsProxy

最近我发觉开了xxnet就不能通过127.0.0.1访问53端口了,才发现多了这么个东西。

@ghost
Copy link

ghost commented Dec 18, 2017

@asvue
Copy link

asvue commented Dec 18, 2017

敢问smart-router是什么东西.求科普

@ghost
Copy link

ghost commented Dec 18, 2017

http://127.0.0.1:8085/?module=launcher&menu=config 最下面
#8721 实现在本地的DNS 服务,通过在服务器上解析,避免DNS污染。
需要把DNS服务器指向 127.0.0.1
支持解析IPv4/IPv6

@roc1010kmt
Copy link

roc1010kmt commented Dec 18, 2017

@gjbg1989 使用Pcap_DNSProxy也會被rst啊,rst怎麼破?

@xxnet
Copy link
Contributor

xxnet commented Dec 20, 2017 via email

@heroboy
Copy link
Author

heroboy commented Dec 20, 2017

@xxnet 我看的这里

"GET", "dns.xx-net.net", path="/query?domain=%s" % (domain), timeout=5)

然后,我访问了一下, https://dns.xx-net.net/query?domain=www.baidu.com 是访问不了的。改成http就可以

@xxnet
Copy link
Contributor

xxnet commented Dec 20, 2017 via email

@heroboy heroboy closed this as completed Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants