diff options
author | Dante Catalfamo | 2020-07-10 19:42:17 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-10 19:42:17 -0400 |
commit | 950b059763979005e045517a694cbda0d106b02a (patch) | |
tree | abfcf9c564f115268c1116fdae122131b8aed12f | |
parent | 4056b1fab2efe2fadf342984f06c6931e3661d77 (diff) | |
download | blog-950b059763979005e045517a694cbda0d106b02a.tar.gz blog-950b059763979005e045517a694cbda0d106b02a.tar.bz2 blog-950b059763979005e045517a694cbda0d106b02a.zip |
disable draft on openbsd dhcp
-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 1b5411a..cd3e1af 100644 --- a/content/posts/openbsd-dhcp-server/index.org +++ b/content/posts/openbsd-dhcp-server/index.org @@ -1,6 +1,6 @@ #+TITLE: How to Setup a DHCP server on OpenBSD #+DATE: 2020-07-10T16:10:09-04:00 -#+DRAFT: true +#+DRAFT: false #+DESCRIPTION: Cofiguring dhcpd for a small home network on OpenBSD #+TAGS[]: openbsd dhcp #+KEYWORDS[]: openbsd dhcp |