/companiesdb

This is a companies DB that we use in AdGuard Home and AdGuard DNS.

Primary LanguageJavaScriptCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Companies DB

This is a companies DB that we use in AdGuard Home and AdGuard DNS.

It is basically the Whotracks.me database converted to a simple JSON format with some additions from us.

How to run

# Download Whotracks.me data
aws --no-sign-request s3 cp s3://data.whotracks.me/trackerdb.sql .
# Run the script
yarn install
yarn convert