aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-01-23-random-wireguard.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2023-01-23-random-wireguard.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2023-01-23-random-wireguard.md')
-rw-r--r--content/blog/2023-01-23-random-wireguard.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/blog/2023-01-23-random-wireguard.md b/content/blog/2023-01-23-random-wireguard.md
index 1b42a3f..6128254 100644
--- a/content/blog/2023-01-23-random-wireguard.md
+++ b/content/blog/2023-01-23-random-wireguard.md
@@ -7,8 +7,8 @@ draft = false
# Mullvad Wireguard
-If you're using an OS that does not support one of Mullvad's apps, you're
-likely using the Wireguard configuration files instead.
+If you're using an OS that does not support one of Mullvad's apps, you're likely
+using the Wireguard configuration files instead.
If not, the first step is to visit Mullvad's [Wireguard configuration
files](https://mullvad.net/en/account/#/wireguard-config) page and download a
@@ -64,7 +64,7 @@ chmod +x ~/vpn.sh
The output should look like the following:
-``` txt
+```txt
doas (user@host) password:
# ... The script will process all of the iptables and wg commands here
@@ -75,8 +75,8 @@ Printing new IP info:
You are connected to Mullvad (server country-city-wg-num). Your IP address is 12.345.678.99
```
-That's all there is to it. You can see your new location and IP via the
-`printf` and `curl` commands included in the script.
+That's all there is to it. You can see your new location and IP via the `printf`
+and `curl` commands included in the script.
You can also go to the [Connection Check ​\|
Mullvad](https://mullvad.net/en/check/) page to see if you are fully connected
@@ -104,8 +104,8 @@ wg-quick down /home/user/mullvad/us-lax-wg-104.conf
```
I have a TODO item on figuring out how to easily export an environment variable
-that contains the configuration file's full name, so that I can just execute
-the following:
+that contains the configuration file's full name, so that I can just execute the
+following:
```sh
# Ideal situation if I can export the $file variable to the environment