PLEX DNS Rebinding
Posted: Mon Apr 04, 2016 10:21 am
Hi Community,
I'm struggling my ass of with DNS rebinding for PLEX.
To allow secure connections if you are using 'dnsmasq' with DNS Rebinding Protection enabled, you will need to add the following to your advanced settings box:
rebind-domain-ok=/plex.direct/
Similarly, if you happen to be using pfSense or a similar router OS, you may instead be using 'DNS Resolver (Unbound)'. If this is the case a similar advanced setting will need to be added:
server:
private-domain: "plex.direct"
This page describes the requirement: https://support.plex.tv/hc/en-us/articl ... onnections
I SSH into router on root
Tried inseting this code:
/etc/init.d/dnsmasq rebind-domain-ok=/plex.direct/
but it's just not working.
any ideas?
I'm struggling my ass of with DNS rebinding for PLEX.
To allow secure connections if you are using 'dnsmasq' with DNS Rebinding Protection enabled, you will need to add the following to your advanced settings box:
rebind-domain-ok=/plex.direct/
Similarly, if you happen to be using pfSense or a similar router OS, you may instead be using 'DNS Resolver (Unbound)'. If this is the case a similar advanced setting will need to be added:
server:
private-domain: "plex.direct"
This page describes the requirement: https://support.plex.tv/hc/en-us/articl ... onnections
I SSH into router on root
Tried inseting this code:
/etc/init.d/dnsmasq rebind-domain-ok=/plex.direct/
but it's just not working.
any ideas?