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

2018-08-19 09:40:06 +08:00
 chenry

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

附 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
}
2073 次点击
所在节点    宽带症候群
1 条回复
CommandZi
2018-08-20 17:19:50 +08:00
坐标广州,也遇到好几次电信的 DNS 问题,真的🌶️🐔

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/481103

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX