Xentrk
Part of the Furniture
This line of code in the HTML page source references an IP address that the IPSET list is not capturing.@Xentrk,
I wanted to report that the dvd.netflix .com site now loads properly from Safari, Chrome and Firefox and the updated ipset directive is also loaded automatically loaded in/jffs/configs/dnsmasq.conf.add.
As I mentioned earlier, the only issue that remains is that my DVD Netflix still cannot access this site - not sure why that is. But when I add 207.45.72.0/22 to the Policy Rules, the app works well.
Thanks again for your hard work and the prompt update of the script!
Code:
var _vsvrname = _csma_trimmer('website.prod.dvdco.netflix.com_s(207.45.72.90:443)
It is not a valid domain name. The sister script IPSET_Netflix.sh uses AS numbers to load the IPSET list rather than the IPSET directive in dnsmasq.conf.add. I can add the AS number 394406 to the code and it will then add 207.45.72.0/22 to the IPSET list.
For now, you have a work around by adding 207.45.72.0/22 to the OpenVPN client GUI. An alternative is to add 207.45.72.0/22 to the ipset list manually using the command below followed by the ipset save command to save the ipset list to the backup so the list contents will survive a reboot.
Code:
ipset add x3mRouting_NETFLIX_DNSMASQ 207.45.72.0/22
ipset save x3mRouting_NETFLIX_DNSMASQ > /opt/tmp/x3mRouting_NETFLIX_DNSMASQ
Last edited: