summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md b/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
index 18a70a0..3ad70d6 100644
--- a/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
+++ b/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
@@ -30,7 +30,7 @@ To do this and to provide redundant routes to the admin lan we take two approach
## Replacing the colo router with a container.
-By using a container with access to both the external lan and the admin lan we can set up wireguard and tinyproxy. Wireguard allows us to securely connect to the admin lan while tinyproxy allows the servers a mechanism to recieve software updates. This will become a staging/test setup for [the colo firewall](https://www.digithink.com/rethinkeverything/buildnotes/using-a-tank-for-crowd-control/).
+By using a container with access to both the external lan and the admin lan we can set up wireguard and tinyproxy. Wireguard allows us to securely connect to the admin lan while tinyproxy allows the servers a mechanism to recieve software updates. This will become a staging/test setup for [the colo firewall](https://www.digithink.com/buildnotes/using-a-tank-for-crowd-control/).
### SETTING UP THE CONTAINER
To be able to do its job the container needed to be privilaged and it also would not run on 22.04. Its ok 22.04 still has a few years of support left.
@@ -239,7 +239,7 @@ root@virgil:/etc/squid# apt remove --purge squid
### Setting up TinyProxy
-The example below is on virgil (x.x.x.228) sitka is described in [her build notes](https://www.digithink.com/rethinkeverything/buildnotes/using-a-tank-for-crowd-control/) (x.x.x.2)
+The example below is on virgil (x.x.x.228) sitka is described in [her build notes](https://www.digithink.com/buildnotes/using-a-tank-for-crowd-control/) (x.x.x.2)
```sh
apt install tinyproxy -y