From c1a630bfaabb9731c4d756f47f741b72f97f97c5 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Fri, 28 Aug 2020 16:32:39 -0400
Subject: vpn-gateway: fix font ligature issue

---
 content/posts/openbsd-vpn-gateway/index.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index 997f049..cc7452e 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -422,10 +422,10 @@
 ** FreeBSD
    FreeBSD's [[https://www.freebsd.org/doc/handbook/config-network-setup.html][handbook]] covers this topic very well. The basic steps are
    involve adding the following lines to your =/etc/rc.conf=:
-   - ~ifconfig_<if>="inet XXX.XXX.XXX.XXX netmask YYY.YYY.YYY.YYY~,
-     where =<if>= is the interface, and =X= and =Y= are your IP and
+   - ~ifconfig_[if]="inet XXX.XXX.XXX.XXX netmask YYY.YYY.YYY.YYY~,
+     where =[if]= is the interface, and =X= and =Y= are your IP and
      netmask.
-   - ~defaultrouter=<gateway_IP>~ where =<gateway_IP= is the gateway's IP
+   - ~defaultrouter=<gateway_IP>~ where =<gateway_IP>= is the gateway's IP.
    - ~nameserver ZZZ.ZZZ.ZZZ.ZZZ~ where =Z= is the DNS IP.
 
 ** Linux
-- 
cgit v1.2.3