Hi, I'm looking to expand my usage of stunnel.

One thing i'm wondering, is there a way to use multiple accepts for the same service.

Like:

[httpsmain]
accept  = 443
accept = :::443
connect = 10.0.1.1:9443

or even something like.

[httpsmain]
accept  = 443,:::443
connect = 10.0.1.1:8443

The reason is I'm about to setup some service with sni with a few domains and certs, but if I have to have them on v4 and v6 it looks like i'll have to double everything up.

Is there a better way?



----------------------------------
Brandon Jackson
bojack1437@gmail.com