9 lines
134 B
MySQL
9 lines
134 B
MySQL
|
-- Return the list of configured DNS servers on this system
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: posix
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
dns_resolvers
|