diff options
author | Dante Catalfamo | 2020-07-11 14:40:44 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-11 14:40:44 -0400 |
commit | f40afc8d272ea5824a6f579d92a65caab746f1d1 (patch) | |
tree | afd665ee39e769f60da5c1bca853a6eb3ffa7e66 /content/posts/openbsd-dhcp-server | |
parent | 64c66bddddb24f65a68b56eda473e8ca547bc4ec (diff) | |
download | blog-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.org | 2 |
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. |