flomesh-io / ztm

ZTM (Zero Trust Mesh) is privacy first, open source, decentralized network software, based on HTTP/2 tunnel. Boundless connectivity. Mesh the world!
Apache License 2.0
266 stars 21 forks source link

Change the default listen address of ca service to 127.0.0.1 #34

Closed addozhang closed 2 weeks ago

addozhang commented 2 weeks ago

The previous listen address 0.0.0.0 will expose CA port.

keveinliu commented 2 weeks ago

This is a good idea! To make it consistent, you may change all listen address of CA service, not only in cli/main.js.

addozhang commented 2 weeks ago

@keveinliu Nice advice. Changed the default value of CA cli.