binhex / arch-privoxyvpn

Docker build script for Arch Linux base with Privoxy and OpenVPN
GNU General Public License v3.0
102 stars 24 forks source link

Added iptables nat redirect rule to allow plex behind vpn #5

Closed sebstrgg closed 3 years ago

sebstrgg commented 4 years ago

I've added the iptables nat rule I posted about in the unraid thread to enable the use of plex behind vpn, when using this container as the network for other dockers. I also added variables that allows the user to set an open port from their vpn provider, and the plex port they're using, to easily manage this in a custom setup as opened ports often are dynamic (but static) on custom vpn providers.

Would be great to see this feature merged and provided for in the native container so I don't have to maintain it for myself with this feature.

My first pull request, so please let me know if I need to make any changes.