Variable: dns-servers-valid-for-interfaces
dns-servers-valid-for-interfaces is a variable defined in dns.el.gz.
Value
nil
Documentation
The return value of network-interface-list when dns-servers was set.
If the set of network interfaces and/or their IP addresses change, then presumably the list of DNS servers needs to be updated. Set this variable to t to disable the check.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dns.el.gz
(defvar dns-servers-valid-for-interfaces nil
"The return value of `network-interface-list' when `dns-servers' was set.
If the set of network interfaces and/or their IP addresses
change, then presumably the list of DNS servers needs to be
updated. Set this variable to t to disable the check.")