PAhelper / PhoenixAdult.bundle

Plex Meta-Data Agent for scene videos from multiple adult sites
356 stars 140 forks source link

VPN tunnel for PhoenixAdult plugin #216

Closed kamuk90 closed 5 years ago

kamuk90 commented 5 years ago

My IPS blocked more sites from list. Is it possible to add vpn settings to the plugin for requests to sites from the black list of my internet provider

ghost commented 5 years ago

Isn’t that a bit out of scope ? Just policy route via Pfsense or iptables

On Thu, Jun 13, 2019 at 12:05 AM kamuk90 notifications@github.com wrote:

My IPS blocked more sites from list. Is it possible to add vpn settings to the plugin for requests to sites from the black list of my internet provider

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PAhelper/PhoenixAdult.bundle/issues/216?email_source=notifications&email_token=ALXMKFPPYJZAP2MBTY4FATTP2FXKBA5CNFSM4HXTCUKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZFRKDA, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXMKFI7XKGYAKEVQOFJRXTP2FXKBANCNFSM4HXTCUKA .

kamuk90 commented 5 years ago

unfortunately, the iptables configuration is difficult to configure for me. if I connect vpn on my nas, then the server becomes unavailable from the outside. I'm trying to redirect requests from the plugin to the VPN, and not from the server. I will be grateful if you tell me some documentation

ghost commented 5 years ago

a good resource for router software OpenWRT https://forum.openwrt.org/t/vpn-policy-based-routing-web-ui-discussion/10389 Pfsense official Doc https://docs.netgate.com/pfsense/en/latest/routing/directing-traffic-with-policy-routing.html older tutorial for pfsense https://blog.monstermuffin.org/tunneling-specific-traffic-over-a-vpn-with-pfsense/

same should work with linux firewalls but for the grasping of the concept those guides should help you a lot. if you google iptables route specific traffic through vpn or policy based routing linux iptables it will give you plenty results and starting points. try first in your motherlanguage ;)

ghost commented 5 years ago

this might help your case aswell https://hub.docker.com/r/linuxserver/openvpn-as/

kamuk90 commented 5 years ago

Holy shit. thanks a lot! Before I start studying the documentation, I wanted to clarify whether it is possible to do it all? I mean, configure the plugin routing via vpn, and the plex itself without vpn Plex installed on Synology NAS, router is Tplink archer c7

ghost commented 5 years ago

Yeah definitely doable u just have to tell your router that every packet destined for banned site should be routed via vpn vps ssh or whatever u want.check if the archer c7 ist Ddwrt or openwrt compatible Might be easier or just setup pfsense on a virtual machine

On Thu, Jun 13, 2019 at 12:32 AM kamuk90 notifications@github.com wrote:

Holy shit. thanks a lot! Before I start studying the documentation, I wanted to clarify whether it is possible to do it all? I mean, configure the plugin routing via vpn, and the plex itself without vpn Plex installed on Synology NAS, router is Tplink archer c7

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PAhelper/PhoenixAdult.bundle/issues/216?email_source=notifications&email_token=ALXMKFOFIBSRK426LBL563DP2F2PBA5CNFSM4HXTCUKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXR7KXI#issuecomment-501478749, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXMKFIXM3QR7D6YO2SJQALP2F2PBANCNFSM4HXTCUKA .

Sinjin69 commented 5 years ago

I'm going to close this since this is outside of the scope of this plugin.