TLS camouflage using uTLS and a hardcoded Client Hello ID.
commit70c78e24d7773627d2e4bf18f28b18fbfe582680
authorDavid Fifield <david@bamsoftware.com>
Fri, 24 Dec 2021 05:10:07 +0000 (23 22:10 -0700)
committerDavid Fifield <david@bamsoftware.com>
Mon, 3 Jan 2022 02:14:35 +0000 (2 19:14 -0700)
treeaadba0d145a2a6f8da88abbffa103d16a61478e6
parentd92a791b6864901f9263f7d73d97cfd30ac53b09
TLS camouflage using uTLS and a hardcoded Client Hello ID.

net/http Transport.DialTLSContext requires go1.14.
https://go.dev/doc/go1.14#net/http
CHANGELOG
README
TODO
dnstt-client/http.go
dnstt-client/main.go
dnstt-client/tls.go
dnstt-client/utls.go [new file with mode: 0644]
go.mod
go.sum