V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
chenry
V2EX  ›  宽带症候群

电信的 DNS 又双叒叕不能正常解析了

  •  
  •   chenry · 2018-08-19 09:40:06 +08:00 · 2063 次点击
    这是一个创建于 2071 天前的主题,其中的信息可能已经有所发展或是发生改变。

    4 天前开始,出现 DNS 被抢答的情况,这几天或轻或重,一直存在着。
    如果挂全局代理,除了受地域限制的(比如在线看视频)不能访问外,所有访问是正常的。
    随便截个测试的屏:
    Image

    附 PowerShell 代码:

    # Requires PowerShell 3.0 or above
    function Test-DNSError {
        if ($count -ne 0) {
            Remove-Variable count -ErrorAction SilentlyContinue
        }
        $count++
        Write-Host -ForegroundColor Cyan "Loop $count`:"
        $direct = Resolve-DnsName 10000.gd.cn
        foreach ( $Address in $($direct.IP4Address)){
            Write-Host -ForegroundColor Red "`tDirectly resolve 10000.gd.cn`: $Address."
        }
        $withServer = Resolve-DnsName 10000.gd.cn -Server 1.1.1.1
        Write-Host -ForegroundColor Green "`tResolve 10000.gd.cn by 1.1.1.1`: $($withServer.IP4Address)."
    
        Write-Host -ForegroundColor Gray "------------------------------------------------"
        
        Start-Sleep -Seconds 30
    
        Test-DNSError
    }
    
    1 条回复    2018-08-20 17:19:50 +08:00
    CommandZi
        1
    CommandZi  
       2018-08-20 17:19:50 +08:00
    坐标广州,也遇到好几次电信的 DNS 问题,真的🌶️🐔
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2714 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 02:03 · PVG 10:03 · LAX 19:03 · JFK 22:03
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.