about summary refs log tree commit diff stats
path: root/core/conf/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'core/conf/hosts')
-rw-r--r--core/conf/hosts4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/conf/hosts b/core/conf/hosts
index 4069af5..81c73a6 100644
--- a/core/conf/hosts
+++ b/core/conf/hosts
@@ -3,11 +3,11 @@
 #
 # IPv4 LocalHosts
 127.0.0.1	localhost.localdomain localhost
-127.0.0.1       c9.core c9
+127.0.0.1       machine.example machine
 
 # IPv4 Internet
 #<ip-address>	<hostname.domain.org>	<aliases>
-10.0.0.1	c9.core.cx
+10.0.0.1	machine.example.org
 
 # IPv6
 #::1		ip6-localhost	ip6-loopback
'#n84'>84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125