為什麼我的 mac 主機檔案缺少 fe80::1%lo0 localhost 條目?

為什麼我的 mac 主機檔案缺少 fe80::1%lo0 localhost 條目?

我在互聯網上進行了搜索,但找不到任何對我有意義的答案。任何人都可以為像我這樣經驗不足的用戶解釋一下,為什麼我的 mac 主機檔案可能缺少 fe80::1%lo0 localhost 條目?

我的那裡有 mac OSX 系統的所有典型的乾淨條目,除了缺少最後一行。這是我自己關心的事嗎?我應該嘗試通過手動添加此 fe80::1%lo0 localhost 行來將主機文件更改為通常預期的文件,還是保留原樣?保持原樣是否會破壞任何東西?

我使用的是 iMac 桌面版 El Capitan 10.11.6。

這是我自己的主機檔案的讀取方式的副本:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1             localhost
#

答案1

您聲稱遺失的條目不是 macOS /etc/hosts 檔案的標準行。不應期望它存在。

相關內容