diff options
author | Dante Catalfamo | 2020-07-10 18:42:06 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-10 18:42:06 -0400 |
commit | efcb847ba525487aea38339eaff9f5a397dedf1b (patch) | |
tree | 0e92ba62d6a610e033c28e233f23416935bf5870 /content | |
parent | 156b6384f2f2f931d339dae3eff41eadff18359c (diff) | |
download | blog-efcb847ba525487aea38339eaff9f5a397dedf1b.tar.gz blog-efcb847ba525487aea38339eaff9f5a397dedf1b.tar.bz2 blog-efcb847ba525487aea38339eaff9f5a397dedf1b.zip |
typo
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/WIP-openbsd-dhcp-server/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-openbsd-dhcp-server/index.org b/content/posts/WIP-openbsd-dhcp-server/index.org index 1ebca82..07296cd 100644 --- a/content/posts/WIP-openbsd-dhcp-server/index.org +++ b/content/posts/WIP-openbsd-dhcp-server/index.org @@ -112,7 +112,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 { and put the subnet-specific configuration inside the braces. You may specify as many subnets as you need in the configuration file, -although for a home networkl like this I only need one. +although for a home network like this I only need one. Inside of the subnet configuration block, I set the gateway router and the range of IPs I'll be handing out with DHCP. |