question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add combined_disguised_trackers.json

See original GitHub issue

Following up on https://github.com/AdguardTeam/cname-trackers/issues/4#issuecomment-793148173

Could you also provide (and maintain) a JSON that maps between first party domains and CNAME domains?

Something like:

{
  "abc.some-first-party.com": "xyz.potential-tracker.com",
   ...
}

In cases of multiple CNAME records, could you provide just the one entry for the domain at the end of the chain (https://github.com/AdguardTeam/cname-trackers/issues/4#issuecomment-796918623)?

The basic idea here is to enable canonical name lookups for a set of domains. The answers provided by the JSON should match answers provided by the dns.resolve() API.

For example:

browser.dns.resolve("alsgaj.chosun.com", ['canonical_name']).then(r=>{console.log(r.canonicalName)})
// prints gum.va1.vip.prod.criteo.com (not a.dnsdelegation.io)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ameshkovcommented, Apr 15, 2021

@ghostwords yeah, after all, that’s okay that you’re getting a different entry. We’re seeing many of them, they may change randomly, so we just pick a random one.

1reaction
ameshkovcommented, Apr 5, 2021

Are these all expected as DNS records change while your data is a snapshot from a particular point in time?

Most likely it is, but we’d better double-check this. Let me reopen it just in case.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found