You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.1 KiB

  1. # /etc/hosts: Local Host Database
  2. #
  3. # This file describes a number of aliases-to-address mappings for the for
  4. # local hosts that share this file.
  5. #
  6. # In the presence of the domain name service or NIS, this file may not be
  7. # consulted at all; see /etc/host.conf for the resolution order.
  8. #
  9. # IPv4 and IPv6 localhost aliases
  10. 127.0.0.1 localhost
  11. 127.0.0.1 gitlab
  12. ::1 localhost
  13. ::1 gitlab
  14. #0.0.0.0 s3.amazonaws.com
  15. #
  16. # Imaginary network.
  17. #10.0.0.2 myname
  18. #10.0.0.3 myfriend
  19. #
  20. # According to RFC 1918, you can use the following IP networks for private
  21. # nets which will never be connected to the Internet:
  22. #
  23. # 10.0.0.0 - 10.255.255.255
  24. # 172.16.0.0 - 172.31.255.255
  25. # 192.168.0.0 - 192.168.255.255
  26. #
  27. # In case you want to be able to connect directly to the Internet (i.e. not
  28. # behind a NAT, ADSL router, etc...), you need real official assigned
  29. # numbers. Do not try to invent your own network numbers but instead get one
  30. # from your network provider (if any) or from your regional registry (ARIN,
  31. # APNIC, LACNIC, RIPE NCC, or AfriNIC.)
  32. #