From b6c026ee17b896b1e7e4a49c3a32ad2723c4a268 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Sun, 16 Aug 2020 22:17:40 -0400
Subject: gateway: some your -> our, you -> us

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

(limited to 'content')

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
-- 
cgit v1.2.3