forked from TrueCloudLab/lego
306f5c06fa
* Get better dns server defaults if available if an /etc/resolv.conf file exists, then get the dns servers from there * fix handwritten code... * Make discovering system dns servers more testable Allow specifying path to resolv.conf file to allow testing logic * add tests * Log which resolvers we are using * move log statement for dns resolvers used
5 lines
131 B
Groff
5 lines
131 B
Groff
domain company.com
|
|
nameserver 10.200.3.249
|
|
nameserver 10.200.3.250:5353
|
|
nameserver 2001:4860:4860::8844
|
|
nameserver [10.0.0.1]:5353
|