soxfor / qbittorrent-natmap

The objective of this container is to run a script that requests a port forward (via NAT-PMP) from the VPN provider and upon success changes the listening port of the qBittorrent client when running in Docker
133 stars 17 forks source link

Now the gluetun includes natpmp is there a part/aspect of this project that could be included in gluetun to set qbittorrent port #22

Open gene1wood opened 3 months ago

gene1wood commented 3 months ago

A Go implementation of natpmp was added in https://github.com/qdm12/gluetun/pull/1543

In the README you talk about not having a natpmp binary to use in gluetun as what prevents just augmenting gluetun to set the qbittorrent port

https://github.com/soxfor/qbittorrent-natmap#why-not-modify-the-gluetun-image-and-include-natpmpc-there

What would be the change to gluetun if one were to use the now added napmp support?

Or maybe it's best to pursue this topic in this issue? https://github.com/qdm12/gluetun/issues/1751