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
It looks like, with version 0.2.4 (and getdns 1.5.0) the following config options are now exposed:
tls_ciphersuites
tls_cipher_list
tls_min_version
tls_max_version
That being the case, they should be documented in the example config file.
The text was updated successfully, but these errors were encountered:
Acknowledged. Tentatively scheduled for next Monday.
Sorry, something went wrong.
RFE #148: Document new tls options in stubby.yml
1908ebb
Add documentation for the tls_ciphersuites, tls_cipher_list, tls_min_version and tls_max_version option in stubby.yml.example.
Closing as fixed
No branches or pull requests
It looks like, with version 0.2.4 (and getdns 1.5.0) the following config options are now exposed:
tls_ciphersuites
(for TLS >= 1.3)tls_cipher_list
(for TLS < 1.3)tls_min_version
tls_max_version
That being the case, they should be documented in the example config file.
The text was updated successfully, but these errors were encountered: