Description
The service discovery of dns type requires us to configure servers like this,
https://github.com/apache/apisix/blob/master/apisix/discovery/dns/schema.lua#L20
discovery:
dns:
servers:
- "10.96.0.10:53"
how to tell apisix use system local resovers instead of manually configure
Environment
Description
The service discovery of dns type requires us to configure servers like this,
https://github.com/apache/apisix/blob/master/apisix/discovery/dns/schema.lua#L20
discovery:
dns:
servers:
- "10.96.0.10:53"
how to tell apisix use system local resovers instead of manually configure
Environment