mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
test: update server_test for sniGuard
This commit is contained in:
parent
57a48a674b
commit
45893b5d1e
2 changed files with 4 additions and 2 deletions
|
@ -26,8 +26,9 @@ func TestServerConfig(t *testing.T) {
|
|||
},
|
||||
},
|
||||
TLS: &serverConfigTLS{
|
||||
Cert: "some.crt",
|
||||
Key: "some.key",
|
||||
Cert: "some.crt",
|
||||
Key: "some.key",
|
||||
SNIGuard: "strict",
|
||||
},
|
||||
ACME: &serverConfigACME{
|
||||
Domains: []string{
|
||||
|
|
|
@ -8,6 +8,7 @@ obfs:
|
|||
tls:
|
||||
cert: some.crt
|
||||
key: some.key
|
||||
sniGuard: strict
|
||||
|
||||
acme:
|
||||
domains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue