summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf.5.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-12 21:03:38 +0000
committerRoy Marples <roy@marples.name>2008-05-12 21:03:38 +0000
commit1b3bc4775a960dbf65ffe3f540d63d122311f9c4 (patch)
treefaca65a7be95961762f4bce6cb02cfabbced9693 /dhcpcd.conf.5.in
parentda635e38f73a70ea8e1fc51bdd673a78fe34a7b9 (diff)
downloaddhcpcd-1b3bc4775a960dbf65ffe3f540d63d122311f9c4.tar.xz
Don't encode the hostname as a FQDN by default as not all DHCP servers support this.
Diffstat (limited to 'dhcpcd.conf.5.in')
-rw-r--r--dhcpcd.conf.5.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in
index e39978c9..53f8ea13 100644
--- a/dhcpcd.conf.5.in
+++ b/dhcpcd.conf.5.in
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 02, 2008
+.Dd May 12, 2008
.Dt DHCPCD.CONF 5 SMM
.Sh NAME
.Nm dhcpcd.conf
@@ -67,6 +67,11 @@ if a FQDN (ie, contains a .) then it will be encoded as such.
.It Ic fqdn Op none | ptr | both
none disables FQDN encoding, ptr just asks the DHCP server to update the PTR
record of the host in DNS whereas both also updates the A record.
+The current hostname or the hostname specified using the
+.Fl h , -hostname
+option must be a FQDN.
+.Nm dhcpcd
+itself never does any DNS updates.
.It Ic interface Ar interface
Subsequent options are only parsed for this
.Ar interface .