Skip to content

Instantly share code, notes, and snippets.

package main
import (
"crypto/tls"
"fmt"
"io/ioutil"
"net"
"net/http"
"net/http/cookiejar"
"net/url"
@bgbusted
bgbusted / main.go
Last active February 10, 2021 08:27
main.go
package main
import (
"crypto/tls"
"fmt"
"io/ioutil"
"net"
"net/http"
"net/http/cookiejar"
utls "gitlab.com/yawning/utls.git" //also works for source backups