-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathag_custom
43 lines (43 loc) · 1.63 KB
/
ag_custom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ------ Block ._dns-sd._udp ------#
#/^.*p\.(([0-9]{1,3}\.){4})in-addr\.arpa$/
#||_dns-sd._udp.home^$dnsrewrite=NXDOMAIN;;
# ------------ REWRITES ----------------#
router.asus.com^$dnsrewrite=192.168.1.250
asus.home^$dnsrewrite=192.168.1.250
opnsense.home^$dnsrewrite=192.168.1.1
pfsense.home^$dnsrewrite=192.168.1.1
proxmox.home^$dnsrewrite=192.168.1.240
secureerp.udp.sml.com^$dnsrewrite=172.16.22.236
uksoudata.sml.com^$dnsrewrite=10.21.10.203
# ------------ WHITELIST ---------------- #
@@||metrics.icloud.com^
# @@||aax-eu.amazon.co.uk^
# @@||eurotunnel.com^
# @@||bp1.ad.bp.com^
# @@||eu.docusign.net^
# @@||www.diyphotography.net^
# @@||brave.com^
# @@||mail-ads.google.com^
# @@||ad.doubleclick.net^
# --------- REGEX --------- #
/^(.+[_.-])?adse?rv(er?|ice)?s?[0-9]*[_.-]/
/^(.+[_.-])?telemetry[_.-]/
/^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-]/
/^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]*[_.-]/
/^count(ers?)?[0-9]*[_.-]/
/^mads\./
/^pixels?[-.]/
/^stat(s|istics)?[0-9]*[_.-]/
# ------ README ------ #
# Sample entry @@||example.net^ - Uunblocks example.net and all its sub-domains
# Sample entry ||example.org^. - Blocks example.org and all its sub-domains
# Sample entry example.com^$dnsrewrite=1.2.3.4. - Rewrite example.com with 1.2.3.4
# ||example.com^$dnsrewrite=NXDOMAIN;; - Responds with an NXDOMAIN code.
# Block numerous lb._dns-sd._udp queries
# https://www.reddit.com/r/pihole/comments/i9s0jx/how_to_deal_with_lb_dnssd_udp01168192inaddrarpa/?sort=old