pihole-regex
pihole-regex copied to clipboard
Breaks Tidal streaming service
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