cloudfoundry-attic / blockhead

CF-Extensions Blockhead project
Apache License 2.0
3 stars 3 forks source link

allow access by something other than direct ip #60

Closed MHBauer closed 5 years ago

MHBauer commented 5 years ago

startup line is: INFO [10-02|03:17:09] HTTP endpoint opened url=http://0.0.0.0:8545 cors= vhosts= instead of: INFO [10-02|03:17:19] HTTP endpoint opened url=http://0.0.0.0:8545 cors=* vhosts=localhost

cfdreddbot commented 5 years ago

Hey MHBauer!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

MHBauer commented 5 years ago

this could be something we'll want to use a script instead to allow it to invoke with whatever the hostname is at startup time. Container hostname is frequently some random thing. In this limited case it's the instance id.