diff options
Diffstat (limited to 'usr.sbin/pppd/pppd.8')
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index e1c7bbd..32a4049 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.14 1995/08/16 01:39:53 paulus Exp $ +.\" $Id: pppd.8,v 1.3 1995/10/31 21:21:39 peter Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -126,6 +126,14 @@ links (40 bytes for TCP/IP header + 256 bytes of data). Set the interface netmask to <n>, a 32 bit netmask in "decimal dot" notation (e.g. 255.255.255.0). .TP +.B dns1 \fI<n> +If peer asks for primary DNS server, tell them this address, +a 32 bit ip number in "decimal dot" notation (e.g. 1.2.3.4). +.TP +.B dns2 \fI<n> +If peer asks for secondary DNS server, tell them this address, +a 32 bit ip number in "decimal dot" notation (e.g. 1.2.3.5). +.TP .B passive Enables the "passive" option in the LCP. With this option, .I pppd |