Giter VIP home page Giter VIP logo

dnscrypt-list's Introduction

dnscrypt-list

CLI which generates blocked-names, blocked-ips, allowed-names for dnscrypt-proxy

Types of sources

url - http or https links to the list of domains

file - path to the local file

Formats

domain - new domain each line

bind - BIND zone file. Example: zone "domain.com" {type master; file "/etc/namedb/blockeddomain.hosts";};

host - similar to /etc/hosts Example: 0.0.0.0 domain.com

Temporary directory

Folder for Badger DB will be created after the first start

/tmp/dnscrypt/
├── 000001.vlog
├── DISCARD
├── KEYREGISTRY
└── MANIFEST

You can define another path in config.yml

Build

Local development

To build local version you need to install goreleaser

macOS

brew install goreleaser/tap/goreleaser
brew install goreleaser

Build binary for the current OS

make build-local

output

dist
├── config.yaml
└── dnscrypt-list_darwin_amd64
    └── dnscrypt-list

To run the binary with the config.yml in the current folder

./dist/dnscrypt-list_darwin_amd64/dnscrypt-list

or specify path to the config file

./dist/dnscrypt-list_darwin_amd64/dnscrypt-list --config=./dir/config.yml

dnscrypt-list's People

Contributors

maxkulish avatar

Watchers

 avatar  avatar  avatar

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.