Coder Social home page Coder Social logo

Provide dnssec capabilities about docker-dnsmasq HOT 4 CLOSED

4km3 avatar 4km3 commented on July 19, 2024
Provide dnssec capabilities

from docker-dnsmasq.

Comments (4)

andyshinn avatar andyshinn commented on July 19, 2024

Are there features that would change or be lost from switching to the dnsmasq-dnssec package?

from docker-dnsmasq.

bjmi avatar bjmi commented on July 19, 2024
$ docker run --rm -it alpine:3.12 sh -c "apk add dnsmasq-dnssec; /usr/sbin/dnsmasq -v"
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/3) Installing gmp (6.2.0-r0)
(2/3) Installing nettle (3.5.1-r1)
(3/3) Installing dnsmasq-dnssec (2.81-r0)
Executing dnsmasq-dnssec-2.81-r0.pre-install
Executing busybox-1.31.1-r19.trigger
OK: 7 MiB in 17 packages
Dnsmasq version 2.81  Copyright (c) 2000-2020 Simon Kelley
Compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify dumpfile

The compile options
IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify dumpfile
and
IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify dumpfile
differs in DNSSEC and no-DNSSEC only.

I checked the content of both apks and the configuration files are identical.

from docker-dnsmasq.

andyshinn avatar andyshinn commented on July 19, 2024

Are you able to open a pull request for this? I think we could add it to master branch and I can create a edge tag you can try until we release a new version. That way it can get some testing to make sure it doesn't affect other stuff. I don't know if the addition could affect latency or something like that.

from docker-dnsmasq.

bjmi avatar bjmi commented on July 19, 2024

DNSSEC validation is disabled by default therefore it shouldn't affect existing configurations and can be activated as follows:

dnssec
conf-file=/usr/share/dnsmasq/trust-anchors.conf

from docker-dnsmasq.

Related Issues (20)

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.