Giter VIP home page Giter VIP logo

docker-dns-over-https's People

Contributors

ventz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-dns-over-https's Issues

Not working as primary DNS

I configured the container as the main DNS server for my linux, but it breaks on the very first query.

Running a simple dig against the server works good:

Received query from 172.17.0.1 to 0.0.0.0
;; HEADER SECTION
;;      id = 21622
;;      qr = 0  aa = 0  tc = 0  rd = 1  opcode = QUERY
;;      ra = 0  z  = 0  ad = 1  cd = 0  rcode  = NOERROR
;;      qdcount = 1     ancount = 0     nscount = 0     arcount = 1
;;      do = 0
;; EDNS version 0
;;      flags:  0000
;;      rcode:  NOERROR
;;      size:   4096
;;      option: COOKIE  => ( CLIENT-COOKIE => fbe579d1bd3bca22, SERVER-COOKIE =>  )

;; QUESTION SECTION (1 record)
;; google.com.  IN      A

;; ANSWER SECTION (0 records)

;; AUTHORITY SECTION (0 records)

;; ADDITIONAL SECTION (1 record)
;; EDNS version 0
;;      flags:  0000
;;      rcode:  NOERROR
;;      size:   4096
;;      option: COOKIE  => ( CLIENT-COOKIE => fbe579d1bd3bca22, SERVER-COOKIE =>  )

But when the browser tries to use the server, it exits with the following message:

Received query from 172.17.0.1 to 0.0.0.0
;; HEADER SECTION
;;      id = 2614
;;      qr = 0  aa = 0  tc = 0  rd = 1  opcode = QUERY
;;      ra = 0  z  = 0  ad = 0  cd = 0  rcode  = NOERROR
;;      qdcount = 1     ancount = 0     nscount = 0     arcount = 0
;;      do = 0

;; QUESTION SECTION (1 record)
;; duckduckgo.com.      IN      A

;; ANSWER SECTION (0 records)

;; AUTHORITY SECTION (0 records)

;; ADDITIONAL SECTION (0 records)

Received query from 172.17.0.1 to 0.0.0.0
;; HEADER SECTION
;;      id = 6715
;;      qr = 0  aa = 0  tc = 0  rd = 1  opcode = QUERY
;;      ra = 0  z  = 0  ad = 0  cd = 0  rcode  = NOERROR
;;      qdcount = 1     ancount = 0     nscount = 0     arcount = 0
;;      do = 0

;; QUESTION SECTION (1 record)
;; duckduckgo.com.      IN      AAAA

;; ANSWER SECTION (0 records)

;; AUTHORITY SECTION (0 records)

;; ADDITIONAL SECTION (0 records)

Can't use an undefined value as an ARRAY reference at /entrypoint.pl line 60.

I'm running the server as follows:

$ docker run -it -d --name dnsoverhttps --restart=always -p 53:53/udp -p 53:53 ventz/dns-over-https

If there's some way to debug it, I'd be happy to help.

Support for IPv6 lookups

Could you please change the ns statement LocalAddr => [ '0.0.0.0' ], to ['::'], in that way I think maybe it will take ipv6 petitions.

Container Keep Restarting

Hello, I've built this for raspberry pi and the container keep restarting. It keeps showing error like this:

Received query from 172.17.0.1 to 0.0.0.0
;; HEADER SECTION
;;	id = 17698
;;	qr = 0	aa = 0	tc = 0	rd = 1	opcode = QUERY
;;	ra = 0	z  = 0	ad = 0	cd = 0	rcode  = NOERROR
;;	qdcount = 1	ancount = 0	nscount = 0	arcount = 0
;;	do = 0

;; QUESTION SECTION (1 record)
;; abs-0.twimg.com.lan.	IN	A

;; ANSWER SECTION (0 records)

;; AUTHORITY SECTION (0 records)

;; ADDITIONAL SECTION (0 records)

Can't use an undefined value as an ARRAY reference at /entrypoint.pl line 60.

I think the answer result is undefined so the container crashed.

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.