Add ::1 to localhost in etc/hosts
::1 is IPv6 loopback address.
Bug: 256507503
Test: $ adb shell /data/dnschk localhost
# localhost (via nethandle 0):
127.0.0.1
::1
Change-Id: Ibcee52a14143856db50fca301c48ea9e2591914b
This commit is contained in:
parent
5e524e28ee
commit
7e6f2a44db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1 localhost
|
||||
::1 ip6-localhost
|
||||
::1 localhost ip6-localhost
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue