pihole-regex icon indicating copy to clipboard operation
pihole-regex copied to clipboard

Breaks Tidal streaming service

Open SLeitgeb opened this issue 2 years ago • 0 comments

Tidal uses a range of subdomains to provide their content. The first regex in this project prevents Tidal applications from working (domain sp-ad-fa.audio.tidal.com). Adding this regex to whitelist solves the issue: (\.|^)audio\.tidal\.com$

The offending regex: https://github.com/mmotti/pihole-regex/blob/22c7d626b200a263c0798126c9a20bd20ffb6f33/regex.list#L18

SLeitgeb avatar Mar 07 '22 15:03 SLeitgeb