summaryrefslogtreecommitdiffstats
path: root/content/posts/openbsd-dhcp-server
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-11 14:40:44 -0400
committerDante Catalfamo2020-07-11 14:40:44 -0400
commitf40afc8d272ea5824a6f579d92a65caab746f1d1 (patch)
treeafd665ee39e769f60da5c1bca853a6eb3ffa7e66 /content/posts/openbsd-dhcp-server
parent64c66bddddb24f65a68b56eda473e8ca547bc4ec (diff)
downloadblog-f40afc8d272ea5824a6f579d92a65caab746f1d1.tar.gz
blog-f40afc8d272ea5824a6f579d92a65caab746f1d1.tar.bz2
blog-f40afc8d272ea5824a6f579d92a65caab746f1d1.zip
the -> that dhcp post
Diffstat (limited to 'content/posts/openbsd-dhcp-server')
-rw-r--r--content/posts/openbsd-dhcp-server/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/openbsd-dhcp-server/index.org b/content/posts/openbsd-dhcp-server/index.org
index eb0d4bf..6cb0879 100644
--- a/content/posts/openbsd-dhcp-server/index.org
+++ b/content/posts/openbsd-dhcp-server/index.org
@@ -158,7 +158,7 @@ doas rcctl enable dhcpd
doas rcctl start dhcpd
#+END_SRC
-With the server running, to see the leases the =dhcpd= is currently
+With the server running, to see the leases that =dhcpd= is currently
holding, you can check =/var/db/dhcpd.leases=. Entries will be added
to this file as clients make DHCP requests.