修改hosts檔案(windows和Ubuntu)

淺若清風cyf發表於2020-04-25

一、Windows

host檔案位置:C:\Windows\System32\drivers\etc\hosts
在屬性裡面修改檔案的許可權——增加修改許可權
在檔案中加入需要的內容:【ip地址 伺服器地址】

ipconfig /flushdns  //重新整理DNS

二、Ubuntu

sudo vim /etc/hosts

(按i插入資訊,:wq儲存並退出!)
重啟網路:

/etc/init.d/networking restart

附:一些ip查詢網站
https://site.ip138.com/s3.eu-central-1.amazonaws.com/
http://ip.tool.chinaz.com/
https://githubusercontent.com.ipaddress.com/

相關文章