]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Document fqdn none.
authorRoy Marples <roy@marples.name>
Thu, 3 May 2018 21:29:05 +0000 (22:29 +0100)
committerRoy Marples <roy@marples.name>
Thu, 3 May 2018 21:29:05 +0000 (22:29 +0100)
src/dhcpcd.conf.5.in

index 3a6147141c00af595b14ad91f317f852e27514a0..e7f5e5e8b77d349e2e7163c1fbb372bc3c89f4c3 100644 (file)
@@ -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.