diff --git a/infra/conf/dns_proxy.go b/infra/conf/dns_proxy.go index e93d1ec80..4617ead5e 100644 --- a/infra/conf/dns_proxy.go +++ b/infra/conf/dns_proxy.go @@ -7,9 +7,9 @@ import ( ) type DnsOutboundConfig struct { - Network Network `json:network` - Address *Address `json:address` - Port uint16 `json:port` + Network Network `json:"network"` + Address *Address `json:"address"` + Port uint16 `json:"port"` } func (c *DnsOutboundConfig) Build() (proto.Message, error) {