mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-20 02:18:02 +00:00
feat: bump quic-go version to v0.35.1 (mod wip), change client config format for sni
This commit is contained in:
@@ -163,7 +163,6 @@ func TestClientServerTCPStress(t *testing.T) {
|
||||
// Create client
|
||||
c, err := client.NewClient(&client.Config{
|
||||
ServerAddr: udpAddr,
|
||||
ServerName: udpAddr.String(),
|
||||
Auth: "password",
|
||||
TLSConfig: client.TLSConfig{InsecureSkipVerify: true},
|
||||
})
|
||||
@@ -219,7 +218,6 @@ func TestClientServerUDPStress(t *testing.T) {
|
||||
// Create client
|
||||
c, err := client.NewClient(&client.Config{
|
||||
ServerAddr: udpAddr,
|
||||
ServerName: udpAddr.String(),
|
||||
Auth: "password",
|
||||
TLSConfig: client.TLSConfig{InsecureSkipVerify: true},
|
||||
})
|
||||
|
Reference in New Issue
Block a user