summaryrefslogtreecommitdiff
path: root/docs/rethinkeverything/norouter
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2024-06-22 21:43:02 -0700
committerD Delmar Davis <don@suspectdevices.com>2024-06-22 21:43:02 -0700
commit3edf5666809e732ab4730d7f31795566f1c79d65 (patch)
tree0b1584f5c696f943120c10fe17ddacd94d4d846a /docs/rethinkeverything/norouter
parenta1f27329b367522c6ce9eccf3e93608c7912388d (diff)
mermaid test
Diffstat (limited to 'docs/rethinkeverything/norouter')
-rw-r--r--docs/rethinkeverything/norouter/wireguard-and-squid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rethinkeverything/norouter/wireguard-and-squid.md b/docs/rethinkeverything/norouter/wireguard-and-squid.md
index 799df93..8bf5d09 100644
--- a/docs/rethinkeverything/norouter/wireguard-and-squid.md
+++ b/docs/rethinkeverything/norouter/wireguard-and-squid.md
@@ -8,7 +8,7 @@ After working through the complexities of using headscale/tailscale I realized t
By using a container with access to both the external lan and the admin lan we can set up wireguard and squid. Wireguard allows us to securely connect to the admin lan while squid allows the servers a mechanism to recieve software updates.
-```
+```mermaid
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];