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 | 84ebe1aeedf1fb40d559537817e7b7ac50e95f99 (patch) | |
tree | 31ecec433a305facd33a20814af974de9f8defe6 | |
parent | c67a2d03b1cc0911340f8cc1848dc667b43f036f (diff) | |
download | upstream-84ebe1aeedf1fb40d559537817e7b7ac50e95f99.tar.gz upstream-84ebe1aeedf1fb40d559537817e7b7ac50e95f99.tar.bz2 upstream-84ebe1aeedf1fb40d559537817e7b7ac50e95f99.zip |
Fix the option dns usages (#2174)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8350 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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. |