标题: DNS [打印本页]
作者: Bella 时间: 2016-7-23 17:39 标题: DNS
本帖最后由 Bella 于 2016-7-25 15:08 编辑
我没有办法测试, 应该可行
把你们的DNS改成我的本机IP(已失效)
然后打开:
https://www.google.com/ncr
https://www.youtube.com
注意: youtube图片和评论可以加载, 视频必须走代#理
测试完后把DNS改回去
作者: codegay 时间: 2016-7-23 19:05
- C:\Users\Administrator>telnet 121.235.96.82 53
- 正在连接121.235.96.82...无法打开到主机的连接。 在端口 53: 连接失败
复制代码
作者: Bella 时间: 2016-7-23 20:08
本帖最后由 Bella 于 2016-7-23 20:09 编辑
回复 2# codegay
改了参数, 你再试下
作者: pcl_test 时间: 2016-7-23 20:38
已测,可行
作者: Bella 时间: 2016-7-23 20:42
回复 4# pcl_test
原来下午的广州IP是你
作者: CrLf 时间: 2016-7-23 20:45
卧槽,撸主在国外?
作者: codegay 时间: 2016-7-23 20:49
- IPIP.net 区县级库数据Powered by RTBAsia.com
- 中国 江苏 无锡 滨湖区
- 中国行政区划代码:320211 邮编: 214000 该地区总人口数:79万
复制代码
作者: CrLf 时间: 2016-7-23 20:56
怎么实现的,求科普
作者: Bella 时间: 2016-7-23 20:59
本帖最后由 Bella 于 2016-7-23 21:52 编辑
回复 8# CrLf
unbound, 文档基本没看懂
作者: yu2n 时间: 2016-7-23 22:23
测试了一下,好像不支持 Acrylic DNS Proxy?
作者: Bella 时间: 2016-7-23 22:41
回复 10# yu2n
是什么不支持? acrylic好像是给本机用的
作者: yu2n 时间: 2016-7-23 22:51
本帖最后由 yu2n 于 2016-7-23 22:54 编辑
回复 11# Bella
是啊,DNS本地代理。复制代码
不能解析:- C:\Users\Yu2n>nslookup
- DNS request timed out.
- timeout was 2 seconds.
- 默认服务器: UnKnown
- Address: 127.0.0.1
-
- > www.google.com
- 服务器: UnKnown
- Address: 127.0.0.1
-
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- *** 请求 UnKnown 超时
- > www.youtube.com
- 服务器: UnKnown
- Address: 127.0.0.1
-
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- *** 请求 UnKnown 超时
- > www.baidu.com
- 服务器: UnKnown
- Address: 127.0.0.1
-
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- *** 请求 UnKnown 超时
- >
复制代码
不知是不是不支持TCP的原因?- PrimaryServerProtocol=TCP
复制代码
更新:确实是UDP的原因,改为UDP就可以解析了。- PrimaryServerProtocol=UDP
复制代码
作者: Bella 时间: 2016-7-23 23:02
本帖最后由 Bella 于 2016-7-23 23:07 编辑
回复 12# yu2n
tcp/udp我都开了, 又加了2个参数, 你测试下
作者: yu2n 时间: 2016-7-23 23:12
回复 13# Bella
该软件在TCP模式无法解析:- C:\Users\Yu2n>nslookup
- DNS request timed out.
- timeout was 2 seconds.
- 默认服务器: UnKnown
- Address: 127.0.0.1
-
- > www.baidu.com
- 服务器: UnKnown
- Address: 127.0.0.1
-
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- DNS request timed out.
- timeout was 2 seconds.
- *** 请求 UnKnown 超时
- >
复制代码
- ;
- ; IF YOU MAKE ANY CHANGES TO THIS FILE YOU HAVE TO RESTART THE ACRYLIC DNS
- ; PROXY SERVICE IN ORDER TO SEE THEIR EFFECTS.
- ;
- [GlobalSection]
- ;
- ; The IP address of your primary DNS server. You can specify here an IPv4
- ; address in quad-dotted notation or an IPv6 address in colon-separated groups.
- ;
- ; Upon installation it points to the primary Google Public DNS server.
- ;
- PrimaryServerAddress=121.235.96.82
- ;
- ; The TCP or UDP port your primary DNS server is supposed to be listening to.
- ; The default value of 53 is the standard port for DNS resolution. You should
- ; change this value only if you are using a non standard DNS server.
- ;
- PrimaryServerPort=53
- ;
- ; The protocol to use with your primary DNS server.
- ; The currently supported protocols are UDP, TCP and SOCKS5.
- ;
- PrimaryServerProtocol=TCP
复制代码
作者: Bella 时间: 2016-7-24 13:45
本帖最后由 Bella 于 2016-11-3 21:03 编辑
回复 14# yu2n
unbound 支持下游 tcp 查询, 设置略复杂, 不好测试了
作者: yu2n 时间: 2016-7-24 14:27
本帖最后由 yu2n 于 2016-7-24 14:35 编辑
回复 15# Bella
Red Hat OpenShift ? 我不会,这个不知道什么时候又会被Q。
作者: Bella 时间: 2016-7-24 15:20
回复 16# yu2n
Openshift运行于Amazon EC2, 不可能被墙, 附带效应太大
作者: yu2n 时间: 2016-7-24 20:02
回复 17# Bella
求私信、Mail懒人教程、资料。
作者: Bella 时间: 2016-7-24 22:16
回复 18# yu2n
网上搜一下就好了, 一大堆教程. 免费的节点速度很慢, 我现在基本不用了, 自己写hosts.
作者: CrLf 时间: 2016-7-25 12:29
顺便推荐 xx-net
作者: Bella 时间: 2016-8-13 21:16
本帖最后由 Bella 于 2016-10-16 04:49 编辑
我给pcl/yu2n在本地做的解析, 并不需要翻#墙
后来改了个选项, 读取这个文件 https://www.internic.net/domain/named.cache
本地直接请求13组根服务器IP (anycast), 完成了public DNS 99%的功能
但是上行流量比较大, 还是从1.2.4.8转发, 推荐这个CNNIC的DNS IP
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |