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
or even something like.
[httpsmain]
accept = 443,:::443
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?