From 9c26d28c0b7d175b6fc838a2d223eee6a395df23 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 26 Feb 2019 21:59:22 +0100 Subject: [PATCH] fix json def --- infra/conf/transport_internet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/conf/transport_internet.go b/infra/conf/transport_internet.go index cb6d0ab2..f5417f03 100644 --- a/infra/conf/transport_internet.go +++ b/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.