From 02d2c7801419e5c0f5c4061624eff5ac2ffda03c Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:49:16 -0400 Subject: [PATCH] tweaks --- x/smart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/smart/README.md b/x/smart/README.md index 114274c5..d7cee3f9 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -26,7 +26,7 @@ Here is an example of a JSON config: * The `dns` field specifies a list of DNS resolvers to test. * Each DNS resolver can be one of the following types: - * `system`: Use the system resolver. + * `system`: Use the system resolver. Specify with an empty object. * `https`: Use an encrypted DNS over HTTPS (DoH) resolver. * `tls`: Use an encrypted DNS over TLS (DoT) resolver. * `udp`: Use a UDP resolver. @@ -92,7 +92,7 @@ Here is an example of a JSON config: * The `tls` field specifies a list of TLS transports to test. * Each TLS transport is a string that specifies the transport to use. -* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. The available transports are defined in the `outline-sdk/x/configurl` package. +* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. The available transports are defined in the `outline-sdk/x/configurl` package. ### Using the Smart Dialer