-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to add Marketo email tracking domains #6475
Comments
Closes T2902 https://www.mypdns.org/T2902 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/wildcard.list modified: source/tracking/wildcard.list
Closes T2901 https://www.mypdns.org/T2901 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/wildcard.list modified: source/tracking/wildcard.list
Closes T2908 https://www.mypdns.org/T2908 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/rpz-ip modified: source/tracking/rpz-ip
Possible add to own project? https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=0&mimetype=plaintext Maybe few people use translated file. |
@krystian3w I mean, I considered it - but it would be 25,000 new entries to my list, which only has ~3.5k entries at the moment, versus 1 rule in EasyList. |
Just write script to add in only:
one ABP rule. When HOSTS have 3.6K and ABP version 3.6K+1. |
"Just" |
Hey Peter @pgl In case you find more of this kind in the future, I'll be more than happy to receive a copy 😃 And yeah, hmm 3500 lines vs 3 (1) 🤣 but I do the the backside of this coin... not all devices can be using the @easylist but would have to stick to a I/O expensive hosts file. PS: Your project would actually be within the target group of what @funilrys and I are building on. Would it be possible to hit you up on keybase or somewhere else for a small talk? |
Closes T2902 https://www.mypdns.org/T2902 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/wildcard.list modified: source/tracking/wildcard.list
Closes T2901 https://www.mypdns.org/T2901 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/wildcard.list modified: source/tracking/wildcard.list
Closes T2908 https://www.mypdns.org/T2908 See also: - easylist/easylist#6475 If you would like to learn more about how to use the RPZ powered DNS Firewall with our zone files, you can read more about it here https://www.mypdns.org/w/rpz To learn more about our different zones, you can read about that here https://www.mypdns.org/w/rpzlist Changes to be committed: modified: source/scamming/rpz-ip modified: source/tracking/rpz-ip
Request to add rule to block Marketo tracking domains.
These domains are created for each customer, hidden behind CNAMEs from the customer domains.
Searching on https://dnpedia.com/tlds/search.php shows that there are currently over 25,000 of them.
The format is in
mkto-<something>.com
(usually is letters followed by numbers).Details and example here: https://docs.marketo.com/display/public/DOCS/Configure+Protocols+for+Marketo
Add the email CNAME marketing sent you, so that [YourEmailCNAME] points to [MktoTrackingLink], the default tracking link that Marketo assigned, in the format:
[YourEmailCNAME].[YourDomain].com IN CNAME [MktoTrackingLink]
For example:
pages.abc.com IN CNAME mkto-a0244.com
It's been suggested to avoid a regex filter rule as they're expensive, and stick with something like:
||mkto-*.com^$third-party
This covers all the entries and as far as I know will not match any false positives.
The text was updated successfully, but these errors were encountered: