1

I just opend my hosts file via the terminal and I must have accidentally wiped it last time I opened it! Does anybody have the standard file content?

Jens Erat
  • 37,523
  • 16
  • 80
  • 96
  • This may be off topic, however this was the solution to a problem that looked like a programming problem: https://stackoverflow.com/a/41576566/2297345 – Michael_Scharf Dec 11 '17 at 14:02

1 Answers1

3

Mine looks like this:

##
# 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
fe80::1%lo0     localhost
Jens Erat
  • 37,523
  • 16
  • 80
  • 96