Hello,
is it possible to add different ask endpoints for each Server?
Like:
*.*.server1.com {
tls {
on_demand {
ask http://localhost:3040/api/ask-domain-a
}
}
...
}
*.*.server2.com {
tls {
on_demand {
ask http://localhost:2040/api/ask-domain-b
}
}
...
}