Answers for "chrome turn of ipv6 on localhost"

0

chrome turn of ipv6 on localhost

# Got to your this file
C:\Windows\System32\drivers\etc\hosts

# and uncomment this line
127.0.0.1	localhost

# and comment this iine out, like this
#	::1		localhost
Posted by: Guest on July-28-2020

Browse Popular Code Answers by Language