Darien Raymond 6 лет назад
Родитель
Сommit
9c26d28c0b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      infra/conf/transport_internet.go

+ 1 - 1
infra/conf/transport_internet.go

@@ -274,7 +274,7 @@ type TLSConfig struct {
 	Certs            []*TLSCertConfig `json:"certificates"`
 	ServerName       string           `json:"serverName"`
 	ALPN             *StringList      `json:"alpn"`
-	DiableSystemRoot bool             `json:disableSystemRoot`
+	DiableSystemRoot bool             `json:"disableSystemRoot"`
 }
 
 // Build implements Buildable.