From efcb847ba525487aea38339eaff9f5a397dedf1b Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 10 Jul 2020 18:42:06 -0400 Subject: typo --- content/posts/WIP-openbsd-dhcp-server/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3