diff options
Diffstat (limited to 'core/configure.html')
-rw-r--r-- | core/configure.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/core/configure.html b/core/configure.html index 724b12f..f604f9c 100644 --- a/core/configure.html +++ b/core/configure.html @@ -59,14 +59,21 @@ with core.privat-server.net pointing to c9 host;</p> <pre> - # - # /etc/hosts: static lookup table for host names - # - # IPv4 - 127.0.0.1 localhost c9 - #<ip-address> <hostname.domain.org> <aliases> - # 192.168.1.9 core.privat-server.net + 127.0.0.1 localhost.localdomain localhost c9 + + #<ip-address> <hostname.domain.org> <aliases> + 10.0.0.1 core.privat-network.net c9.core + + # IPv6 + #::1 ip6-localhost ip6-loopback + #fe00::0 ip6-localnet + #ff00::0 ip6-mcastprefix + #ff02::1 ip6-allnodes + #ff02::2 ip6-allrouters + #ff02::3 ip6-allhosts + + # End of file </pre> <h2 id="time">1.2.2. Set timezone</h2> |