summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-08-28 16:32:39 -0400
committerDante Catalfamo2020-08-28 16:32:39 -0400
commitc1a630bfaabb9731c4d756f47f741b72f97f97c5 (patch)
treeed41257f3365bce5126e9f3664cfa393151b2404
parentbea1ac0af6ff70c87a180cf3eada929e5196dff1 (diff)
downloadblog-c1a630bfaabb9731c4d756f47f741b72f97f97c5.tar.gz
blog-c1a630bfaabb9731c4d756f47f741b72f97f97c5.tar.bz2
blog-c1a630bfaabb9731c4d756f47f741b72f97f97c5.zip
vpn-gateway: fix font ligature issue
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org6
1 files 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