Multiple IP addresses to listen on

Hi

I was wondering if there is a way to provide multiple IP addresses in the service configuration?

Currently I have something like this:

network {
    service {
        address any
        port 3000
    }

or

network {
    service {
        address some.ip.add.ress
        port 3000
    }

But is it possible to provide two IPs?

Hi There is no way you can specify multiple IP addresses in the service configuration. Either you can specify all IPs(any) or single IP only.