Open
Description
It seems that currently the ECH config can only be set globally, there are certain cases where I do not want to enable ECH for all my sites. It is possible via json config, but it would be very helpful if it is supported in caddyfile as well.
Something like
blog.mydomain.com {
ech ech.mydomain.com {
dns cloudflare {token}
}
}
Thank you!