anudeepND / whitelist

A simple tool to add commonly white listed domains to your Pi-Hole setup.
MIT License
4.17k stars 283 forks source link

Adding Disney+ to whitelist #228

Open amorshc opened 2 years ago

amorshc commented 2 years ago

While using my PS4 or PS5, streaming Disney plus gives me an error code 83 after about 10 minutes of watching.

After much frustration, I confirmed that I needed to wildcard the following: cws.conviva.com for it to work without an error.

Peronia commented 2 years ago

Since conviva uses a scheme like cws-[CONTINENT].conviva.com (like cws-eu.conviva.com for europe) I added this over the RegEx filter: (\.|^)cws(\.|-.*)conviva\.com$ As a hint: a normal entry for cws.conviva.com already exists, I disabled it (this regex covers it too), see: https://regex101.com/r/KTyNH0/1