Skip to content

Instantly share code, notes, and snippets.

@lovubuntu
Created January 8, 2019 09:58
Show Gist options
  • Save lovubuntu/3818d2fc78732d06403f9de264a34369 to your computer and use it in GitHub Desktop.
Save lovubuntu/3818d2fc78732d06403f9de264a34369 to your computer and use it in GitHub Desktop.
/etc/hosts file after adding new entry for custom domain
##
# 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
# Add your domain name here
127.0.0.1 www.undivided.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment