From: Roy Marples Date: Thu, 3 May 2018 21:29:05 +0000 (+0100) Subject: Document fqdn none. X-Git-Tag: v7.0.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329e1f12edcd290667555f89c5a86f77afab9053;p=thirdparty%2Fdhcpcd.git Document fqdn none. --- 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.