You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ To ensure ye script be running on boot, follow these steps, ye salty dogs:
49
49
50
50
- Click **OK** to save the task 💾.
51
51
52
+
---
53
+
52
54
### ⚙️ `entware.sh` – Summon the Tools o' the Deep
53
55
54
56
> [!NOTE]
@@ -147,6 +149,28 @@ To ensure the Docker fleet sets sail in the right order after every reboot, set
147
149
148
150
---
149
151
152
+
### 🕵️☠️ `test_vpn.sh` – Spyglass into the VPN Abyss
153
+
154
+
This script helps ye confirm whether yer VPN tunnel be secure and active by comparin' the public IP and location from inside a container with that o' the host.
155
+
156
+
**Features:**
157
+
158
+
- Runs a container hooked into yer VPN network (like Gluetun).
159
+
- Fetches the container's public IP and location via `ipinfo.io`.
160
+
- Compares it against the host's own info to spot any leaks.
161
+
- Uses `jq` to pretty-print responses if installed, or falls back to a plaintext method.
162
+
163
+
🦜 [Unfurl the test_vpn.sh Chart](./test_vpn.sh)
164
+
165
+
> [!TIP]
166
+
> 🔍 Useful fer confirm'n that yer containers be masked and the host be hidin' in the fog! Call it straight from the Makefile with:
167
+
>
168
+
> ```sh
169
+
> make test-vpn
170
+
> ```
171
+
172
+
---
173
+
150
174
May yer setup be swift and yer configurations flawless! 🌊🏴☠️
151
175
152
176
May this scroll guide all yer Docker fleets to set sail true and in order! ⚓🏴☠️
0 commit comments