mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
Merge branch 'golang-tls-upstream', remove Android
I tested all fingerprints and confirmed that Chrome and Firefox are working as intended. Android fingerprints were grossly unpopular, which could a result of incorrect merge, but either way we'll remove them for now.
This commit is contained in:
commit
9656990081
114 changed files with 4011 additions and 4132 deletions
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
tls "github.com/Jigsaw-Code/utls"
|
||||
tls "github.com/refraction-networking/utls"
|
||||
"net"
|
||||
"strings"
|
||||
"time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue