Name
easy:SetOpt_DNS_Servers -- get preferred DNS servers
Synopsis
easy:SetOpt_DNS_Servers(servers)
Function
Pass a string that is the list of DNS servers to be used instead of the system default. The format of the dns servers option is:

 
host[:port][,host[:port]]...

For example:

 
192.168.1.100,192.168.1.101,3.4.5.6

Inputs
servers
input value

Show TOC