New Feature: TLS Transport #128
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have added an experimental TLS package with TLS wrapper and diale. You can find the documentation at https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/x/tls
It allows you to specify separate domain for SNI and domain validation. For example:
Check out the tests for more examples.
The config package also supports it. You can run a local proxy that does SOCKS5-over-TLS with:
You can resolve using DNS-over-TLS with:
There's also a
certname
parameter for the certificate validation domain.Beta Was this translation helpful? Give feedback.
All reactions