diff options
Diffstat (limited to 'content/posts/openbsd-vpn-gateway')
| -rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index f77b6f8..750979c 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -167,7 +167,7 @@     We can now set the OpenVPN daemon to launch at boot with our     modified profile using =rcctl=. =rcctl= is a tool that comes with -   OpenBSD which modifies =/etc/rc.conf.local= on your behalf to +   OpenBSD which modifies =/etc/rc.conf.local= on our behalf to     ensure it's done properly. The use of =rcctl= is not strictly     required, but highly recommended. @@ -187,9 +187,9 @@     - =rcctl start openvpn= starts the =openvpn= daemon. -   If things are configured correctly, you should now see a =tun= -   device in your =ifconfig=, and your traffic should be going through -   the VPN. To easily check this you can make a request to a service +   If things are configured correctly, us should now see a =tun= +   device in our =ifconfig=, and our traffic should be going through +   the VPN. To easily check this us can make a request to a service     like https://icanhazip.com or https://ifconfig.so using the =ftp=     command. @@ -197,8 +197,8 @@     ftp -o- https://canhazip.com 2>/dev/null     #+END_SRC -   This should output your current external IP address, which should -   belong to your VPN provider. +   This should output our current external IP address, which should +   belong to our VPN provider.  * sysctl    OpenVPN should have already reconfigured the our routing table to | 
