User Tools

Site Tools


linux:gluetun-docker-stack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:gluetun-docker-stack [2025/08/27 11:55] Wulf Rajeklinux:gluetun-docker-stack [2025/08/27 12:28] (current) Wulf Rajek
Line 398: Line 398:
 </code> </code>
  
 +As a restart/rebuild of the gluetun container prevents the other services from connecting, forcing gluetun to only connect to a different VPN endpoint can be done using the following 'hack':
 +<code>
 +docker exec -ti gluetun 'wget' '-qO-' '--method=PUT' '--body-data={"status":"stopped"}' 'http://127.0.0.1:8000/v1/openvpn/status'
 +</code>
linux/gluetun-docker-stack.txt · Last modified: by Wulf Rajek