xitation / protonvpn-deluge-gluetun-portforward

A docker-compose and script to setup Deluge and Gluetun with Wireguard via ProtonVPN with Port Forwarding
7 stars 1 forks source link

Gluetun `/tmp/gluetun/forwarded_port` will be deprecated in v4 #4

Open RogueOneEcho opened 2 days ago

RogueOneEcho commented 2 days ago

Worth noting that the gluetun docs state the /tmp/gluetun/forwarded_port file will be deprecated and the control server should be used instead:

https://github.com/qdm12/gluetun-wiki/blob/63a5631be5b61aa93fb5d4ea7a61c7be00654542/setup/advanced/vpn-port-forwarding.md?plain=1#L18

I've implemented this: https://gist.github.com/RogueOneEcho/9994851203d1bdce7f455ed3430cf4a2#file-update-port-sh-L46-L52