summaryrefslogtreecommitdiff
path: root/docs/rethinkeverything
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-03-10 19:26:04 -0700
committerD Delmar Davis <don@suspectdevices.com>2025-03-10 19:26:04 -0700
commit1a51cc8885071994ecddaec94b14728a193540c4 (patch)
tree5efb3ef2ad5470cf3376f085e14869d4acaff7c6 /docs/rethinkeverything
parentcc9a7ce21e3c900f3d46a143ee9472391625d4bf (diff)
more linx
Diffstat (limited to 'docs/rethinkeverything')
-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