Update defaults.go

This commit is contained in:
GuerraMorgan 2020-06-13 21:05:34 +08:00 committed by GitHub
parent 74858759d2
commit 58d0d5df7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,3 +66,7 @@ var SSLConfig = &ssl{
CertPath: "",
KeyPath: "",
}
var UnixConfig = &unix{
Listen: "",
}