Hello is there a way to "edit" the TLS Settings for DNS over TLS?
In the Old Builds i use a stubby file but in the new Version it does not work anymore:
editing TLS settings
In the Old Builds i use a stubby file but in the new Version it does not work anymore:
Code:
tls_ca_file: "/rom/cacert.pem"
appdata_dir: "/mnt/4gb/stubby"
resolution_type: GETDNS_RESOLUTION_STUB
dns_transport_list:
- GETDNS_TRANSPORT_TLS
tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
tls_query_padding_blocksize: 128
edns_client_subnet_private : 1
dnssec: GETDNS_EXTENSION_TRUE
idle_timeout: 10000
tls_min_version...