plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.59k stars 463 forks source link

add "jetty.http.host" property #304

Closed HeinrichAD closed 11 months ago

HeinrichAD commented 11 months ago

Currently, the server connector uses 0.0.0.0 as fallback and always binds to all interfaces.

Add the possibility to set the network interface the Jetty server connector binds to as an IP address or a hostname. If null or 0.0.0.0, then its automatically binds to all interfaces.

These changes are based on a feature request and closes #161.

References: