summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/blog/my-home-network-setup/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/my-home-network-setup/index.md b/content/blog/my-home-network-setup/index.md
index 3b6cda9..a2c6d44 100644
--- a/content/blog/my-home-network-setup/index.md
+++ b/content/blog/my-home-network-setup/index.md
@@ -31,7 +31,7 @@ config:
theme: neutral
---
graph TD
- Internet[Cat Memes] <--> ISP[ISP: 2.213.76.114]
+ Internet[😸 Memes] <--> ISP[ISP: 2.213.76.114]
Internet <--> VPN[VPN Provider: 10.2.0.2]
ISP <--> Router[Router: 192.168.0.1]
Router <--direct mode--> RPI[Raspberry Pi: 192.168.0.254]
@@ -188,21 +188,21 @@ little bit of JavaScript 🤢🤮.
I started this project out of curiosity and to learn more about networking concepts, Go web development, ansible
automation, I could have just set up only the VPN or DNS sinkhole, but I wanted to explore, experiment, and challenge
-myself a little to make this different tools work together, so it was to my extreme surprise that not only
+myself making these different tools work together, so it was to my extreme surprise that not only
did everything work as expected, but that it also worked reliably and stably for months now.
Here is a GIF of the web interface in action:<br>
<img
src="./images/wg-portal-demo.gif"
alt="wg-portal in action"
- style="display: block; margin-left: auto; margin-right: auto; width: 320px;"
+ style="display: block; margin-left: auto; margin-right: auto; width: 320px; margin-top: 1em; margin-bottom: 1em;"
/>
# The Problems
A part from rebooting the Raspberry Pi every once in a while, I haven't had to do much of any manual
work to keep the setup running, and the only problems I've had -a part from the occasional ISP issues- was forgetting to
-turn off the VPN before checking for flights and realizing that the prices were in GBP instead of EUR 😅!
+turn off the VPN before checking for flights and realizing that the cheaper prices I found, were in GBP not EUR 😅!
# The Future