Using the built in config file in FreshTomato 2019.2. At the site 1.1.1.1/help it reports 'NO' for DNS over TLS. It also fails a couple of tests at https://cmdns.dev.dns-oarc.net/ (sorry can't remember which ones). How can I fix these?
Here is the default stubby.yml file
Need stubby configuration help
Here is the default stubby.yml file
Code:
tls_ca_file: "/rom/cacert.pem"
resolution_type: GETDNS_RESOLUTION_STUB
dns_transport_list:
- GETDNS_TRANSPORT_TLS
tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
tls_query_padding_blocksize...