june07/NiM

Hostname is really IP address

georgecrawford opened this issue · 2 comments

You prompt for a hostname, but the validation on the field only accepts an IP address or localhost. Is there a reason why you don't accept a hostname? I'm debugging a container which has a variable IP address, but always has the same hostname which I add to /etc/hosts. Hence the hostname always resolves to a local IP (198.x.x.x), and I'd imagine it would work for debugging. Chrome can happily accept the hostname in the chrome://inspect/#devices network targets configuration.

Great point. See 91c6838

Also pushing change to Chrome Web Store now.