zk-web
zk-web copied to clipboard
Can I bind the server to 0.0.0.0 rather than localhost?
So I can view the project outside
it's binded to 0.0.0.0 automatically, you can try.
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
Currently not. Noir defaults to bind to 0.0.0.0 .