Tech question: Can I run two Ardor (NRS) instances (on the same tcp ports) on one server, if that server has two real IPs ?
Of course I know, that I can distinguish both instances in `nxt.peerServerHost' and `nxt.MyAddress' directives in nxt.conf configuration file.
But it will not work for OpenAPI instance, as `nxt.ApiServerHost' directive should be (with the value) 0.0.0.0 (otherwise Ardor Explorer cannot recognize this peer as OpenAPI one).
Thnx for any hint.