Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.54 KB

File metadata and controls

43 lines (38 loc) · 1.54 KB

📋 Main regular expressions:

^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-]
^(.+[_.-])?adse?rv(er?|ice)?s?[0-9]*[_.-]
^(.+[_.-])?telemetry[_.-]
^adim(age|g)s?[0-9]*[_.-]
^adtrack(er|ing)?[0-9]*[_.-]
^advert(s|is(ing|ements?))?[0-9]*[_.-]
^aff(iliat(es?|ion))?[_.-]
^analytics?[_.-]
^banners?[_.-]
^beacons?[0-9]*[_.-]
^mads\.
^pixels?[-.]

🤔 Explanation

1 2 3 4 5 6 7
8
9
10
11
12

🗑️ Removed regular expressions

  1. ^count(ers?)?[0-9]*[_.-] - This expression has been removed because it was blocking access to counter-strike.net.
  2. ^stat(s|istics)?[0-9]*[_.-] - It is blocking access to stats.uptimerobot.com

🔠 Source

https://github.com/mmotti/pihole-regex/blob/master/regex.list