bundles/hostname: add node name to hosts file
This commit is contained in:
parent
e1240da9b7
commit
32bdcae23f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
127.0.0.1 localhost localhost.localdomain ${node.hostname}
|
||||
127.0.0.1 localhost ${node.name} ${node.hostname}
|
||||
|
||||
::1 ip6-localhost
|
||||
fe00::0 ip6-localnet
|
||||
|
|
Loading…
Reference in a new issue