diff options
Diffstat (limited to 'content/posts')
-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. |