aboutsummaryrefslogtreecommitdiff
path: root/examples/udhcp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/udhcp')
-rw-r--r--examples/udhcp/udhcpd.conf13
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf
index 0ad982b55..a27a05357 100644
--- a/examples/udhcp/udhcpd.conf
+++ b/examples/udhcp/udhcpd.conf
@@ -77,7 +77,7 @@ option lease 864000 # 10 days
#opt domain STRING - client's domain name
#opt search STRING_LIST - search domains
#opt nisdomain STRING
-#opt timezone NUM
+#opt timezone NUM - (localtime - UTC_time) in seconds. signed
#opt tftp STRING - TFTP server name
#opt bootfile STRING - file (kernel image) to load for booting
#opt bootsize NUM - size of that file
@@ -89,10 +89,11 @@ option lease 864000 # 10 days
#opt dns IP_LIST
#opt wins IP_LIST
#opt nissrv IP_LIST
-#opt namesrv IP_LIST - obsolete, disabled
-#opt logsrv IP_LIST
-#opt cookiesrv IP_LIST - rarely (never?) used, disabled
+#opt ntpsrv IP_LIST
#opt lprsrv IP_LIST
#opt swapsrv IP
-#opt timesrv IP_LIST
-#opt ntpsrv IP_LIST
+# Obsolete options, no longer supported
+#opt logsrv IP_LIST - 704/UDP log server (not syslog!)
+#opt namesrv IP_LIST - IEN 116 name server, obsolete (August 1979!!!)
+#opt cookiesrv IP_LIST - RFC 865 "quote of the day" server, rarely (never?) used
+#opt timesrv IP_LIST - RFC 868 time server, rarely (never?) used