diff options
author | Dante Catalfamo | 2020-08-28 16:32:39 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-08-28 16:32:39 -0400 |
commit | c1a630bfaabb9731c4d756f47f741b72f97f97c5 (patch) | |
tree | ed41257f3365bce5126e9f3664cfa393151b2404 | |
parent | bea1ac0af6ff70c87a180cf3eada929e5196dff1 (diff) | |
download | blog-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.org | 6 |
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 |