This commit is contained in:
世界
2023-07-11 14:03:55 +08:00
parent 5c0f6d0a6f
commit 6879def619
17 changed files with 172 additions and 214 deletions

View File

@@ -143,8 +143,10 @@ func TestShadowTLSFallback(t *testing.T) {
ServerPort: 443,
},
},
Version: 3,
Password: "hello",
Version: 3,
Users: []option.ShadowTLSUser{
{Password: "hello"},
},
},
},
},
@@ -199,8 +201,10 @@ func TestShadowTLSInbound(t *testing.T) {
ServerPort: 443,
},
},
Version: 3,
Password: password,
Version: 3,
Users: []option.ShadowTLSUser{
{Password: password},
},
},
},
{