test: update server_test for sniGuard

This commit is contained in:
Haruue 2024-08-24 13:40:42 +08:00
parent 57a48a674b
commit 45893b5d1e
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148
2 changed files with 4 additions and 2 deletions

View file

@ -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{

View file

@ -8,6 +8,7 @@ obfs:
tls:
cert: some.crt
key: some.key
sniGuard: strict
acme:
domains: