qiuxiafei / zk-web

A web UI for zookeeper
500 stars 153 forks source link

Can I bind the server to 0.0.0.0 rather than localhost? #29

Open tangyouze opened 7 years ago

tangyouze commented 7 years ago

So I can view the project outside

qiuxiafei commented 7 years ago

it's binded to 0.0.0.0 automatically, you can try.

fendar commented 4 years ago

it's binded to 0.0.0.0 automatically, you can try.

can i bind on specific host ? like host: "1.2.3.4" in config file

qiuxiafei commented 4 years ago

Currently not. Noir defaults to bind to 0.0.0.0 .