From f5c0cc186774e2334fc1a8e41c2288d5ab3ebd12 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Tue, 25 Jan 2022 19:50:29 +0100 Subject: Update dhcp-server.rst Add commands `hostfile-update` and `host-decl-name` to DHCP server service. --- docs/configuration/service/dhcp-server.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/configuration/service') diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 9d0e0855..357203fd 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -21,6 +21,16 @@ address. Configuration ============= +.. cfgcmd:: set service dhcp-server hostfile-update + + Create DNS record per client lease, by adding clients to /etc/hosts file. + Entry will have format: `_.` + +.. cfgcmd:: set service dhcp-server host-decl-name + + Will drop `_` from client DNS record, using only the + host declaration name and domain: `.` + .. cfgcmd:: set service dhcp-server shared-network-name domain-name The domain-name parameter should be the domain name that will be appended to -- cgit v1.2.3