dns-server
Specifies the DNS servers used by the application.
Example
dns-server = system, 8.8.8.8, 8.8.4.4, 9.9.9.9:9953
Format
dns-server = system, {dns server}[:port], ...
- Port definition is optional; the default is
53. systemmeans use system DNS.
tip
- If
dns-serveris not specified,systemwill be used. - Currently, DoT is not supported.