Skip to content

javasoup/aiodns

 
 

Repository files navigation

AIO DNS

A All-In-One DNS Solution, A Specail-List Rule Generator of AdguardTeam/dnsproxy

Source

Thanks

Docker

Build

make
docker build -t javasoup/aiodns .    
docker container rm aiodns 
docker run --name aiodns -v /tmp:/tmp --net=host javasoup/aiodns

Usage

$ docker pull javasoup/aiodns

$ docker run --name aiodns -v /tmp:/tmp --net=host javasoup/aiodns

Help

$ docker run --rm javasoup/aiodns -h
NAME:
   AIO DNS - All In One Clean DNS Solution.

USAGE:
   aiodns [global options] command [command options] [arguments...]

VERSION:
   Git:[MISSING BUILD VERSION [GIT HASH]] (go version)

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --listen value, -l value            Listening address (default: ":5300")
   --upstream value, -u value          An upstream to be default used (can be specified multiple times) (default: "tls://dns.pub", "tls://223.6.6.6", "https://doh.pub/dns-query", "https://dns.alidns.com/dns-query")
   --special-upstream value, -U value  An upstream to be special used (can be specified multiple times) (default: "tls://8.8.8.8", "tls://162.159.36.1", "https://dns.google/dns-query", "https://dns11.quad9.net/dns-query", "https://doh.opendns.com/dns-query", "https://cloudflare-dns.com/dns-query")
   --fallback value, -f value          Fallback resolvers to use when regular ones are unavailable, can be specified multiple times (default: "tls://d.rubyfish.cn", "https://i.233py.com/dns-query")
   --bootstrap value, -b value         Bootstrap DNS for DoH and DoT, can be specified multiple times (default: "tls://223.5.5.5", "tls://1.0.0.1", "tls://101.101.101.101", "114.114.115.115")
   --special-list value, -L value      List of domains  using special-upstream (can be specified multiple times)
   --edns value, -e value              Send EDNS Client Address to default upstreams
   --cache, -C                         If specified, DNS cache is enabled
   --insecure, -I                      If specified, disable SSL/TLS Certificate check (for some OS without ca-certificates)
   --ipv6-disabled, -R                 If specified, all AAAA requests will be replied with NoError RCode and empty answer
   --refuse-any, -A                    If specified, refuse ANY requests
   --fastest-addr, -F                  If specified, Respond to A or AAAA requests only with the fastest IP address
   --verbose, -V                       If specified, Verbose output
   --output, -O                        If specified, Log file output
   --help, -h                          show help
   --version, -v                       print the version

About

A All-In-One DNS Solution written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.5%
  • Shell 1.8%
  • Other 1.7%