diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/conf/hosts | 4 | ||||
-rw-r--r-- | core/configure.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/conf/hosts b/core/conf/hosts index a0e80ae..7b73687 100644 --- a/core/conf/hosts +++ b/core/conf/hosts @@ -4,10 +4,10 @@ # IPv4 127.0.0.1 localhost.localdomain localhost -127.0.0.1 c9.core c9 +127.0.0.1 c9.localdomain c9 #<ip-address> <hostname.domain.org> <aliases> -10.0.0.1 core.privat-network.net core +10.0.0.1 core.privat-network.net c9.core # IPv6 #::1 ip6-localhost ip6-loopback diff --git a/core/configure.html b/core/configure.html index 7653af9..409de2e 100644 --- a/core/configure.html +++ b/core/configure.html @@ -61,10 +61,10 @@ <pre> # IPv4 127.0.0.1 localhost.localdomain localhost - 127.0.0.1 c9.core c9 + 127.0.0.1 c9.localdomain c9 #<ip-address> <hostname.domain.org> <aliases> - 10.0.0.1 core.privat-network.net core + 10.0.0.1 core.privat-network.net c9.core # IPv6 #::1 ip6-localhost ip6-loopback |