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(-) (limited to 'content/posts/openbsd-vpn-gateway/index.org') 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_="inet XXX.XXX.XXX.XXX netmask YYY.YYY.YYY.YYY~, - where == 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=~ where =~ where == is the gateway's IP. - ~nameserver ZZZ.ZZZ.ZZZ.ZZZ~ where =Z= is the DNS IP. ** Linux -- cgit v1.2.3