RPRX 3 лет назад
Родитель
Сommit
253a422467
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      infra/conf/dns_proxy.go

+ 1 - 0
infra/conf/dns_proxy.go

@@ -32,5 +32,6 @@ func (c *DNSOutboundConfig) Build() (proto.Message, error) {
 	default:
 		return nil, newError(`unknown "nonIPQuery": `, c.NonIPQuery)
 	}
+	config.Non_IPQuery = c.NonIPQuery
 	return config, nil
 }