소스 검색

fix json def

Darien Raymond 6 년 전
부모
커밋
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.