summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-08-29 01:57:11 -0400
committerDante Catalfamo2020-08-29 01:57:11 -0400
commit6bfd37e043b4fb3fc19c82eefdafd2a16ab00623 (patch)
tree30a5c6c332b50ab8c3604078ee7069e01bdaf624
parent6cf1437f8fe6a7d35f284fc067a6a2e8ae3c05f4 (diff)
downloadblog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.tar.gz
blog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.tar.bz2
blog-6bfd37e043b4fb3fc19c82eefdafd2a16ab00623.zip
vpn-gateway: routes -> route command
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index c55b21a..2f34c7b 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -410,7 +410,7 @@
gateway. The method to do this varies depending on OS, and
situation. Most tutorials online covering setting a static IP will
also mention how to set the gateway. It's also possible to set a
- custom gateway on machines using DHCP with the =routes= command and
+ custom gateway on machines using DHCP with the =route= command and
various config options, but I won't go through that here to keep
this section somewhat brief.