奇怪的行为与“twitter.com”url

我在PC上安装了Fedora 24。 我也正在运行一个Docker容器进行开发。 每次我尝试访问https://twitter.com我不能和我得到这个错误:

此网站无法联系到

公司,组织或学校内网上的这个站点与外部网站具有相同的URL。

尝试联系您的系统pipe理员。 ERR_ICANN_NAME_COLLISION

经过一番研究,我无法find解决办法。 所以我遵循了一些步骤来帮助你回复我:

  • 从terminalPing twitter.com

     $ ping twitter.com PING twitter.com.dev (127.0.53.53) 56(84) bytes of data. 64 bytes from 127.0.53.53 (127.0.53.53): icmp_seq=1 ttl=64 time=0.064 ms 64 bytes from 127.0.53.53 (127.0.53.53): icmp_seq=2 ttl=64 time=0.252 ms 64 bytes from 127.0.53.53 (127.0.53.53): icmp_seq=3 ttl=64 time=0.069 ms 

等一下? 来自twitter.com.dev和IP 127.0.53.53是什么? 这怎么可能? 好的,让我们试着弄清楚:

  • 检查Fedora Workstation中的/etc/hosts

     $ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 #172.19.0.2 rperez.dev => This is a test using Docker container internal IP address #192.168.1.66 rperez.dev => This is a test using Fedora Workstation IP address 127.0.0.1 rperez.dev => This is another test using "localhost" which work as well 

没有运气,没有什么是指向twitter.com.dev所以没有任何redirect我。 继续:

  • 检查Docker容器上的/etc/hosts

     # cat /etc/hosts 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters 192.168.1.66 dockerhost 172.19.0.2 e59b9797ae06 

没有运气,没有指向twitter.com.dev 。 在这一点上,我没有什么想检查什么或修复什么的想法。

有趣的是,我可以访问互联网,并导航到任何其他网站,如Gmail,微软,谷歌,新闻网站等,但Twitter。

其他人在办公室能够访问Twitter。 区别? 他们使用DHCP我不是,我已经设置我的IP是静态的。

 $ cat /etc/sysconfig/network-scripts/ifcfg-enp0s31f6 HWADDR=C8:5B:76:1A:8E:55 TYPE=Ethernet BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=no IPV6_AUTOCONF=no IPV6_DEFROUTE=no IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME=enp0s31f6 UUID=0af812a3-ac8e-32a0-887d-10884872d6c7 ONBOOT=yes DNS1=8.8.8.8 DNS2=8.8.4.4 IPADDR=192.168.1.66 PREFIX=24 GATEWAY=192.168.1.1 IPV6_PEERDNS=no IPV6_PEERROUTES=no 

有什么build议? 如果你需要我的东西给我一个想法或线索,让我知道,我会补充。

UPDATE

我上面正在运行testing,但我已经尝试从家里,我得到了相同的问题,我认为是有关这个“

  • http://www.usatoday.com/story/tech/2016/10/21/cyber-attack-takes-down-east-coast-netflix-spotify-twitter/92507806/
  • https://www.dynstatus.com/

我将等待,如果这是我将删除该post的问题