GithubHelp home page GithubHelp logo

external-sources / hosts-sources Goto Github PK

View Code? Open in Web Editor NEW
8.0 4.0 5.0 1.83 GB

Script to keep lists of external hosts sources up to date in a raw domain.tld format for easier manipulating date from external sources to search through for known records

Home Page: https://mypdns.org/

License: Other

PHP 40.89% Shell 59.11%
rpz rpz-feed privacy privacy-protection hosts hostsfile hosts-file dns-firewall dns-filter blacklist

hosts-sources's Introduction

External Sources

This repo is all about collecting bad domains and transcode them into usefull clean data.

This means other processes don't have to do this time after time, wasting CI-Runner time, on doing the same job several times, by cleaning up data first.... That's about it. ๐Ÿ˜ƒ โญ•

These list should be updated every 4 hours at the 54 minute. This means the processed list should be available around 00 minutes.

How to search

The optimal way to search through this library of know hosts and domain names to be blacklisted, is to use the git grep '' command, that will be using the git database, rather than searching through the folders (Disk I/O).

A few copy paste lines for extending/limiting the results replayed bit git

No explainer will be added, ass if you don't know these simple grep + Regex, You have something to read up on, before throwing your self into generating/ maintaining blacklists

SEARCH="\.iad2\.secureserver\.net$"
git grep "${SEARCH}"
git grep "${SEARCH}" | grep -E '(/phis|/phs/)'
git grep "${SEARCH}" | grep -E '(/phis|/phs/)' | cut -d : -f 2 | sort -u

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.