summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2018-05-03 22:29:05 +0100
committerRoy Marples <roy@marples.name>2018-05-03 22:29:05 +0100
commit329e1f12edcd290667555f89c5a86f77afab9053 (patch)
tree3230fc85a69674a23273e9124ef56a7a04661b3a
parent8fa3e436e443c358034b7e095f2fcb96c7481110 (diff)
downloaddhcpcd-329e1f12edcd290667555f89c5a86f77afab9053.tar.xz
Document fqdn none.
-rw-r--r--src/dhcpcd.conf.5.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in
index 3a614714..e7f5e5e8 100644
--- a/src/dhcpcd.conf.5.in
+++ b/src/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 April 29, 2018
+.Dd May 3, 2018
.Dt DHCPCD.CONF 5
.Os
.Sh NAME
@@ -385,7 +385,8 @@ interface eth0
Only configure IPv4.
.It Ic ipv6only
Only configure IPv6.
-.It Ic fqdn Op disable | ptr | both
+.It Ic fqdn Op disable | none | ptr | both
+none will not ask the DHCP server to update DNS.
ptr just asks the DHCP server to update the PTR
record of the host in DNS whereas both also updates the A record.
disable will disable the FQDN option.