From f1a00f808857954ccd3a4ab84af6e0c72e15e206 Mon Sep 17 00:00:00 2001 From: tpollina Date: Wed, 4 Dec 2019 16:20:41 -0800 Subject: [PATCH] Update remote_access.rst --- docs/remote_access.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/remote_access.rst b/docs/remote_access.rst index 2777f57..f659c28 100644 --- a/docs/remote_access.rst +++ b/docs/remote_access.rst @@ -96,9 +96,11 @@ Type or copy the following information into the dnsmasq configuration file and s So for wlan0, we are going to provide IP addresses between 192.168.4.2 and 192.168.4.20, with a lease time of 24 hours. If you are providing DHCP services for other network devices (e.g. eth0), you could add more sections with the appropriate interface header, with the range of addresses you intend to provide to that interface. -There are many more options for dnsmasq; see the dnsmasq documentation_ for more details. +There are many more options for dnsmasq; see the dnsmasq `documentation`_ for more details. + .. _documentation: http://www.thekelleys.org.uk/dnsmasq/doc.html + Reload dnsmasq to use the updated configuration:: sudo systemctl reload dnsmasq