mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
stubby: add support for TLS configuration options
- tls_cipher_list - tls_ciphersuites - tls_min_version - tls_max_version Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
This commit is contained in:
@@ -19,6 +19,10 @@ config stubby 'global'
|
||||
list listen_address '0::1@5453'
|
||||
# option log_level '7'
|
||||
# option command_line_arguments ''
|
||||
# option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
|
||||
# option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
|
||||
# option tls_min_version '1.2'
|
||||
# option tls_max_version '1.3'
|
||||
|
||||
# Upstream resolvers are specified using 'resolver' sections.
|
||||
config resolver
|
||||
@@ -26,21 +30,37 @@ config resolver
|
||||
option tls_auth_name 'cloudflare-dns.com'
|
||||
# option tls_port 853
|
||||
# list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
|
||||
# option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
|
||||
# option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
|
||||
# option tls_min_version '1.2'
|
||||
# option tls_max_version '1.3'
|
||||
|
||||
config resolver
|
||||
option address '2606:4700:4700::1001'
|
||||
option tls_auth_name 'cloudflare-dns.com'
|
||||
# option tls_port 853
|
||||
# list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
|
||||
# option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
|
||||
# option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
|
||||
# option tls_min_version '1.2'
|
||||
# option tls_max_version '1.3'
|
||||
|
||||
config resolver
|
||||
option address '1.1.1.1'
|
||||
option tls_auth_name 'cloudflare-dns.com'
|
||||
# option tls_port 853
|
||||
# list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
|
||||
# option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
|
||||
# option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
|
||||
# option tls_min_version '1.2'
|
||||
# option tls_max_version '1.3'
|
||||
|
||||
config resolver
|
||||
option address '1.0.0.1'
|
||||
option tls_auth_name 'cloudflare-dns.com'
|
||||
# option tls_port 853
|
||||
# list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
|
||||
# option tls_cipher_list 'EECDH+AESGCM:EECDH+CHACHA20'
|
||||
# option tls_ciphersuites 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256'
|
||||
# option tls_min_version '1.2'
|
||||
# option tls_max_version '1.3'
|
||||
|
||||
Reference in New Issue
Block a user