]> Sergey Matveev's repositories - godlighty.git/blobdiff - cfg.go
GOST certificates
[godlighty.git] / cfg.go
diff --git a/cfg.go b/cfg.go
index 9bc1206076bd399dae9d8c752f3f0a28f6b87a24..e4e941948605af7e9969ecb4208d5d49f7e09064 100644 (file)
--- a/cfg.go
+++ b/cfg.go
@@ -40,6 +40,7 @@ type Hook func(http.ResponseWriter, *http.Request) bool
 type HostCfg struct {
        Root    string
        TLS     *TLSCfg
+       GOSTTLS *TLSCfg
        DirList bool
        WebDAV  bool
        Hooks   []Hook