diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-06 16:17:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-06 16:17:12 +0000 |
commit | 216eb4e8b096c1af825d6b81c1e9398ae1e3706f (patch) | |
tree | cfff0c015eada6188dfd4e920995991bbb06c03d /docs | |
parent | ca7294b98645f0d2345178e249c17f8be342859b (diff) | |
download | openwrt-216eb4e8b096c1af825d6b81c1e9398ae1e3706f.tar.gz openwrt-216eb4e8b096c1af825d6b81c1e9398ae1e3706f.tar.bz2 openwrt-216eb4e8b096c1af825d6b81c1e9398ae1e3706f.zip |
Fix the option dns usages (#2174)
SVN-Revision: 8350
Diffstat (limited to 'docs')
-rw-r--r-- | docs/network.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/network.tex b/docs/network.tex index 16e5571aed..df67eed714 100644 --- a/docs/network.tex +++ b/docs/network.tex @@ -31,6 +31,8 @@ packages. When using the \texttt{'static'} method like in the example, the options \texttt{ipaddr} and \texttt{netmask} are mandatory, while \texttt{gateway} and \texttt{dns} are optional. +You can specify more than one DNS server, separated with spaces. + DHCP currently only accepts \texttt{ipaddr} (IP address to request from the server) and \texttt{hostname} (client hostname identify as) - both are optional. |