summaryrefslogtreecommitdiff
path: root/docs/rethinkeverything/norouter
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2024-06-19 14:47:06 -0700
committerD Delmar Davis <don@suspectdevices.com>2024-06-19 14:47:06 -0700
commita1f27329b367522c6ce9eccf3e93608c7912388d (patch)
tree623d369c117251d334c78ad7af84c9c4537a06c3 /docs/rethinkeverything/norouter
parent065672a3c7f676383d0580708f15978e36c3103e (diff)
...
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 be43593..799df93 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...];