Skip to content

Commit

Permalink
Update proxy_hysteria.go
Browse files Browse the repository at this point in the history
  • Loading branch information
QiChaiQiChai authored Mar 11, 2024
1 parent 18b6a81 commit 68c64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/proxy_hysteria.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68c64ad

Please sign in to comment.