qdm12 / dns

Docker DNS server on steroids to access DNS-over-TLS from Cloudflare, Google, Quad9, Quadrant or CleanBrowsing
https://hub.docker.com/r/qmcgaw/cloudflare-dns-server
MIT License
226 stars 38 forks source link

Error on Linux Cent OS with beta version #138

Closed ntilagoa closed 8 months ago

ntilagoa commented 8 months ago

Hi qdm12

Error with beta version on cent OS. With :latest tag runs OK (logs running with :latest tag at the end)

[opc@instance-20240125-1212 ~]$ sudo docker run --name dnssecure -d -p 53:53/udp -p 53:53/tcp -e UPSTREAM_TYPE=dot qmcgaw/dns:v2.0.0-beta
6f861edf1e77fed3625215435c9b7e8f880babd6c1112683b08407e307184ff9
[opc@instance-20240125-1212 ~]$ sudo docker logs 6f861edf1e77fed3625215435c9b7e8f880babd6c1112683b08407e307184ff9
========================================
========================================
================= dns ==================
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================

Running version v2.0.0-beta built on 2024-01-31T17:29:35.038Z (commit a8ac5b0)

🔧 Need help? https://github.com/qdm12/dns/discussions/new
🐛 Bug? https://github.com/qdm12/dns/issues/new
✨ New feature? https://github.com/qdm12/dns/issues/new
☕ Discussion? https://github.com/qdm12/dns/discussions/new
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2024-02-02T01:20:26Z INFO Settings:
├── DNS upstream connection: dot
├── DNS server listening address: :53
├── DNS over TLS:
|   ├── Upstream resolvers: cloudflare and google
|   └── Request timeout: 3s
├── Cache:
|   ├── Type: lru
|   └── LRU cache:
|       └── Max entries: 10000
├── Filtering:
|   └── Blocked categories: malicious
├── Logging:
|   ├── Level: info
|   └── Caller: hidden
├── Middleware logging: disabled
├── Metrics:
|   └── Type: noop
├── Local DNS middleware:
|   └── Local resolvers:
|       └── 169.254.169.254:53
├── Check DNS: yes
└── Periodic update: every 24h0m0s
2024-02-02T01:20:26Z INFO using DNS address 127.0.0.1 internally
2024-02-02T01:20:26Z WARN [services] starting dns loop: checking IPv6 support: unknown error: dial tcp [2606:4700:4700::1111]:443: connect: network is unreachable
2024-02-02T01:20:26Z ERROR starting dns loop: checking IPv6 support: unknown error: dial tcp [2606:4700:4700::1111]:443: connect: network is unreachable
[opc@instance-20240125-1212 ~]$ 
qdm12 commented 8 months ago

Fixed for the v2.0.0-beta image in 56a3c24fde2e33be378d1196eaa79ff2f771524c thanks for reporting it!

I removed the latest image logs since development is stopped and it relies on a completely different code, about to be replaced with a v2 image in the coming few days.