From 32a4f6346536550fb60ce0e18e43f170994a83ad Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:08:01 -0400 Subject: [PATCH] Update README.md --- x/smart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/smart/README.md b/x/smart/README.md index 8e677728..3e51c4ca 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -94,7 +94,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 documented here.](https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/x/config#hdr-Config_Format) ### Using the Smart Dialer