summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/dhcp-server.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst
index 45423415..115c57c2 100644
--- a/docs/configuration/service/dhcp-server.rst
+++ b/docs/configuration/service/dhcp-server.rst
@@ -30,6 +30,15 @@ Configuration
This is the configuration parameter for the entire shared network definition.
All subnets will inherit this configuration item if not specified locally.
+.. cfgcmd:: set service dhcp-server shared-network-name <name> domain-search <domain-name>
+
+ The domain-name parameter should be the domain name used when completing DNS
+ request where no full FQDN is passed. This option can be given multiple times
+ if you need multiple search domains (DHCP Option 119).
+
+ This is the configuration parameter for the entire shared network definition.
+ All subnets will inherit this configuration item if not specified locally.
+
.. cfgcmd:: set service dhcp-server shared-network-name <name> name-server <address>
Inform client that the DNS server can be found at `<address>`.