We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to use environment variables within my l4 matchers, e.g.:
"match": [ { "tls": { "sni": [ "{env.DOMAIN}" ] } }, { "http": [ { "host": [ "{env.DOMAIN}" ] } ] } ],
Unfortunately, it doesn't seem like l4 uses the replacer to do this yet. Would be great if this was possible!
The text was updated successfully, but these errors were encountered:
This should be pretty straightforward, I think. Anyone want to submit a patch?
Sorry, something went wrong.
@tls_sni_env tls sni {env.DOMAIN} is now possible after caddyserver/caddy#6480 is merged.
@tls_sni_env tls sni {env.DOMAIN}
No branches or pull requests
I'd like to be able to use environment variables within my l4 matchers, e.g.:
Unfortunately, it doesn't seem like l4 uses the replacer to do this yet. Would be great if this was possible!
The text was updated successfully, but these errors were encountered: