1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 15:14:43 -05:00

Update proxy_hysteria.go

This commit is contained in:
Qi Chai 2024-03-11 12:30:16 +08:00 committed by GitHub
parent 18b6a81896
commit 68c64ad867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ func ProxyToHysteria(p Proxy) Hysteria {
Up: p.Up,
Down: p.Down,
Auth: p.Auth,
AuthStringOLD p.AuthStringOLD,
AuthStringOLD: p.AuthStringOLD,
AuthString: p.AuthString,
Obfs: p.Obfs,
SNI: p.Sni,