Pseric
V2EX  ›  DNS

Google Domains 的 NS 服务器在中国大陆可以正确解析吗?

  •  
  •   Pseric · Jul 16, 2015 · 12700 views
    This topic created in 3982 days ago, the information mentioned may be changed or developed.

    不想用 Amazon Route 53,价格太高,试了一下 Google Cloud DNS,设定简单、速度也很不错,预设是以下四组 NS:

    ns-cloud-d1.googledomains.com 216.239.32.109
    ns-cloud-d2.googledomains.com 216.239.34.109
    ns-cloud-d3.googledomains.com 216.239.36.109
    ns-cloud-d4.googledomains.com 216.239.38.109

    不知道有没有人网站也用 Google DNS 的?在中国大陆解析会有问题吗?谢谢。

    28 replies    2015-07-24 09:19:18 +08:00
    yexm0
        1
    yexm0  
       Jul 16, 2015
    在中国大陆用Google Domains那是作死
    Pseric
        2
    Pseric  
    OP
       Jul 16, 2015
    @yexm0 试了一下好像都会 Timeout... 悲剧....
    orvice
        3
    orvice  
       Jul 16, 2015
    timeout +1
    vitovan
        4
    vitovan  
       Jul 16, 2015
    @yexm0 作死+1
    Showfom
        5
    Showfom  
    PRO
       Jul 16, 2015
    nslookup showfom.sexy

    测试下是否有返回解析即可,我这个域名就用的他们的 NS
    welsmann
        6
    welsmann  
       Jul 16, 2015
    Name: showfom.sexy
    Address: 107.167.176.212

    对嘛?

    @Showfom
    aprikyblue
        7
    aprikyblue  
       Jul 16, 2015
    如果访客的递归DNS在国内,大概会坑吧。。。。
    rwalle
        8
    rwalle  
       Jul 16, 2015
    我一直觉得吧,这种事情不要做,你今天能用不代表明天还能用,这种帖子实在没意思。既然是对大陆的网站那就老老实实用比较靠谱的NS
    sumhat
        9
    sumhat  
       Jul 16, 2015
    之前用过,有网友反映解析不出,只好自己架设了 DNS 服务器
    mayacode
        10
    mayacode  
       Jul 16, 2015 via Android
    最近开始解析速度变慢,经常很久都会timeout,已经换到别家解析了
    paw
        11
    paw  
       Jul 16, 2015
    可以啊,,,域名就在Google Domain,用的Google的NS,没碰到无法解析
    LGA1150
        12
    LGA1150  
       Jul 16, 2015 via Android
    第一个被墙
    Pseric
        13
    Pseric  
    OP
       Jul 16, 2015
    @welsmann 这个 NS 是 Google Domains 提供的免费 NS,我列出来的是 Google Cloud DNS,两者不太一样,Google Cloud DNS 如 @sumhat 所说好像会有无法解析的问题,已经换成 Route 53 。
    kiritoalex
        14
    kiritoalex  
       Jul 16, 2015
    @Showfom nslookup showfom.sexy
    Server: fdf4:e42b:52ff::1
    Address: fdf4:e42b:52ff::1#53

    ** server can't find showfom.sexy: REFUSED
    redsonic
        15
    redsonic  
       Jul 16, 2015
    国外知名的DNS服务几乎都会被劫持或污染,原因有一部分你懂得,另一部分则是地方运营商为了增值业务赚钱。建议自己搭一个bind,unbound或pdns,把ttl加大,把forward指向vpn对端的google dns上,这样既防污染又能承受5000左右的QPS。
    wwqgtxx
        16
    wwqgtxx  
       Jul 16, 2015 via Android
    @Showfom 安徽移动还好
    u0_a91@NX510J:/ $ su
    root@NX510J:/ # nslookup showfom.sexy
    Server: 8.8.4.4
    Address 1: 8.8.4.4 google-public-dns-b.google.com
    Name: showfom.sexy
    Address 1: 107.167.176.212 212.176.167.107.bc.googleusercontent.com
    slookup showfom.sexy 114.114.114.114 <
    Server: 114.114.114.114
    Address 1: 114.114.114.114 public1.114dns.com

    Name: showfom.sexy
    Address 1: 107.167.176.212 212.176.167.107.bc.googleusercontent.com
    root@NX510J:/ #
    wwqgtxx
        17
    wwqgtxx  
       Jul 16, 2015 via Android
    @Pseric 你给个域名让我们试试呗


    root@NX510J:/ # ping 216.239.32.109
    PING 216.239.32.109 (216.239.32.109) 56(84) bytes of data.
    ^C
    --- 216.239.32.109 ping statistics ---
    13 packets transmitted, 0 received, 100% packet loss, time 12003ms

    1|root@NX510J:/ # ping 216.239.34.109
    PING 216.239.34.109 (216.239.34.109) 56(84) bytes of data.
    64 bytes from 216.239.34.109: icmp_seq=2 ttl=42 time=170 ms
    64 bytes from 216.239.34.109: icmp_seq=3 ttl=42 time=193 ms
    64 bytes from 216.239.34.109: icmp_seq=4 ttl=42 time=112 ms
    64 bytes from 216.239.34.109: icmp_seq=5 ttl=42 time=134 ms
    ^C
    --- 216.239.34.109 ping statistics ---
    5 packets transmitted, 4 received, 20% packet loss, time 4008ms
    rtt min/avg/max/mdev = 112.868/152.795/193.078/31.143 ms
    root@NX510J:/ # ping 216.239.36.109
    PING 216.239.36.109 (216.239.36.109) 56(84) bytes of data.
    64 bytes from 216.239.36.109: icmp_seq=1 ttl=42 time=137 ms
    64 bytes from 216.239.36.109: icmp_seq=2 ttl=42 time=160 ms
    64 bytes from 216.239.36.109: icmp_seq=3 ttl=42 time=181 ms
    ^C
    --- 216.239.36.109 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 137.727/160.082/181.989/18.075 ms
    root@NX510J:/ # ping 216.239.38.109
    PING 216.239.38.109 (216.239.38.109) 56(84) bytes of data.
    64 bytes from 216.239.38.109: icmp_seq=1 ttl=42 time=172 ms
    64 bytes from 216.239.38.109: icmp_seq=2 ttl=42 time=92.6 ms
    ^C
    --- 216.239.38.109 ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1001ms
    rtt min/avg/max/mdev = 92.683/132.547/172.411/39.864 ms
    root@NX510J:/ #
    czb
        18
    czb  
       Jul 16, 2015 via Android
    czb
        19
    czb  
       Jul 16, 2015 via Android
    Google domains的
    mytsing520
        20
    mytsing520  
    PRO
       Jul 17, 2015
    216.239.32.0/24被空路由,其他的几组没问题
    Pseric
        21
    Pseric  
    OP
       Jul 17, 2015
    @wwqgtxx 谢谢,我知道 Google Cloud DNS 可能无法正常解析后,已经换成 Amazon Route 53 了,现在解析上应该是没有问题才对。 https://free.com.tw/
    wwqgtxx
        22
    wwqgtxx  
       Jul 17, 2015 via Android   ❤️ 1
    @Pseric 解析神速!
    u0_a91@NX510J:/ $ su
    root@NX510J:/ # nslookup free.com.tw 114.114.1>
    Server: 114.114.114.114
    Address 1: 114.114.114.114

    Name: free.com.tw
    Address 1: 199.83.133.209
    Address 2: 199.83.131.209
    root@NX510J:/ #
    CloudXNS
        23
    CloudXNS  
       Jul 22, 2015   ❤️ 1
    咱这么好用的CloudXNS不用,硬是要用国外的。:-)
    传送门: https://www.cloudxns.net

    我们是全国最任性的智能解析平台,说了不算,真正用上才会有体会哦~
    并且产品也在不断改进、更新中,即使现在没有你想要的、某天上来就给你送上惊喜啦。
    Pseric
        24
    Pseric  
    OP
       Jul 22, 2015
    @CloudXNS 看起来蛮好的,谢谢你的分享!有机会的话我会介绍给台湾的朋友使用看看。
    CloudXNS
        25
    CloudXNS  
       Jul 23, 2015
    @Pseric 感谢支持!
    看了楼主的网站,发现有推荐一个whatsmydns的工具网站,很赞的查询工具呢。
    不过检测节点对于中国大陆的有所缺失,刚好我们运维工具箱中也有一个相似功能的站点: http://tools.cloudxns.net/index.php/Index/Mdig
    欢迎结合使用哦~
    Pseric
        26
    Pseric  
    OP
       Jul 23, 2015
    @CloudXNS CloudXNS 提供的工具更好用耶!我会找时间试用介绍的,谢谢。
    Pseric
        27
    Pseric  
    OP
       Jul 23, 2015   ❤️ 1
    @CloudXNS 很好用,已经写了一篇简单的介绍,希望更多台湾的朋友可以使用。

    CloudXNS 工具箱從中國大陸各省分、ISP 查詢網站 DNS 記錄及 Ping 回應速度
    https://free.com.tw/cloudxns-tools/
    CloudXNS
        28
    CloudXNS  
       Jul 24, 2015
    @Pseric 非常感谢您的介绍和推荐~
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3132 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 100ms · UTC 13:25 · PVG 21:25 · LAX 06:25 · JFK 09:25
    ♥ Do have faith in what you're doing.