Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] dnsmasq needs to be built with DNSSEC support
@ 2024-06-20 17:48 uhohspaghetios
  2024-06-23 11:08 ` dnsmasq: enable DNSSEC build option by default piekay
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: uhohspaghetios @ 2024-06-20 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

New issue by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/issues/50904

Description:
I see no reason dnsmasq should not be built with DNSSEC support.
https://www.icann.org/resources/pages/dnssec-what-is-it-why-important-2019-03-05-en

At present even when forwarding DNS requests to, for example, 9.9.9.9 or 1.1.1.1 caching nameservers with DNSSEC support, the result on the local network is no DNSSEC protection.

For example, if you try to get an IP using dig or any other method of dnssec-failed.org, it should not return a ping because the DNSSEC is signed with an invalid key.  If your system returns an IP address for this domain name, you are at risk of DNS poisoning.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
@ 2024-06-23 11:08 ` piekay
  2024-06-26 13:53 ` uhohspaghetios
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: piekay @ 2024-06-23 11:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/issues/50904#issuecomment-2184946211

Comment:
Dnsmasq is already being compiled with DNSSEC support. It just isn't enabled by default. See  #41786. I am not entirely sure if it's worth it to enable DNSSEC by default and potentially breaking somebodys workflow

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
  2024-06-23 11:08 ` dnsmasq: enable DNSSEC build option by default piekay
@ 2024-06-26 13:53 ` uhohspaghetios
  2024-06-26 13:53 ` uhohspaghetios
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: uhohspaghetios @ 2024-06-26 13:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

New comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/issues/50904#issuecomment-2191766843

Comment:
I am going to disagree with you there.  I get this error when setting the dnssec option in dnsmasq.conf

`% doas dnsmasq -u dnsmasq -g dnsmasq                 

dnsmasq: unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support) at line 6 of /usr/share/dnsmasq/trust-anchors.conf`

My dnsmasq.conf file:
`conf-file=/usr/share/dnsmasq/trust-anchors.conf
dnssec
strict-order
no-resolv
server=::1#53000
listen-address=::1
no-dhcp-interface=::1
bind-interfaces
no-hosts
cache-size=1000`

I took a look at the template file.  I see the build option to build with DNSSEC support, but apparently that is not happening.

From the template:
`build_options="dnssec"
desc_option_dnssec="Enable DNSSEC support via nettle"`

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
  2024-06-23 11:08 ` dnsmasq: enable DNSSEC build option by default piekay
  2024-06-26 13:53 ` uhohspaghetios
@ 2024-06-26 13:53 ` uhohspaghetios
  2024-06-26 13:54 ` uhohspaghetios
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: uhohspaghetios @ 2024-06-26 13:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 916 bytes --]

New comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/issues/50904#issuecomment-2191766843

Comment:
I am going to disagree with you there.  I get this error when setting the dnssec option in dnsmasq.conf

> % doas dnsmasq -u dnsmasq -g dnsmasq                 
> 
> dnsmasq: unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support) at line 6 of /usr/share/dnsmasq/trust-anchors.conf

My dnsmasq.conf file:
`conf-file=/usr/share/dnsmasq/trust-anchors.conf
dnssec
strict-order
no-resolv
server=::1#53000
listen-address=::1
no-dhcp-interface=::1
bind-interfaces
no-hosts
cache-size=1000`

I took a look at the template file.  I see the build option to build with DNSSEC support, but apparently that is not happening.

From the template:
`build_options="dnssec"
desc_option_dnssec="Enable DNSSEC support via nettle"`

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
                   ` (2 preceding siblings ...)
  2024-06-26 13:53 ` uhohspaghetios
@ 2024-06-26 13:54 ` uhohspaghetios
  2024-06-26 14:05 ` classabbyamp
  2024-06-26 15:23 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: uhohspaghetios @ 2024-06-26 13:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

New comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/issues/50904#issuecomment-2191766843

Comment:
I am going to disagree with you there.  I get this error when setting the dnssec option in dnsmasq.conf

> % doas dnsmasq -u dnsmasq -g dnsmasq                 
> 
> dnsmasq: unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support) at line 6 of /usr/share/dnsmasq/trust-anchors.conf

My dnsmasq.conf file:

> conf-file=/usr/share/dnsmasq/trust-anchors.conf
> dnssec
> strict-order
> no-resolv
> server=::1#53000
> listen-address=::1
> no-dhcp-interface=::1
> bind-interfaces
> no-hosts
> cache-size=1000

I took a look at the template file.  I see the build option to build with DNSSEC support, but apparently that is not happening.

From the template:

> build_options="dnssec"
> desc_option_dnssec="Enable DNSSEC support via nettle"

What calls that build option to be set?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
                   ` (3 preceding siblings ...)
  2024-06-26 13:54 ` uhohspaghetios
@ 2024-06-26 14:05 ` classabbyamp
  2024-06-26 15:23 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-26 14:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50904#issuecomment-2191800918

Comment:
https://github.com/void-linux/void-packages#build-options

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] dnsmasq: enable DNSSEC build option by default
  2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
                   ` (4 preceding siblings ...)
  2024-06-26 14:05 ` classabbyamp
@ 2024-06-26 15:23 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-26 15:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 727 bytes --]

Closed issue by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/issues/50904

Description:
I see no reason dnsmasq should not be built with DNSSEC support.
https://www.icann.org/resources/pages/dnssec-what-is-it-why-important-2019-03-05-en

At present even when forwarding DNS requests to, for example, 9.9.9.9 or 1.1.1.1 caching nameservers with DNSSEC support, the result on the local network is no DNSSEC protection.

For example, if you try to get an IP using dig or any other method of dnssec-failed.org, it should not return a ping because the DNSSEC is signed with an invalid key.  If your system returns an IP address for this domain name, you are at risk of DNS poisoning.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-26 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-20 17:48 [ISSUE] dnsmasq needs to be built with DNSSEC support uhohspaghetios
2024-06-23 11:08 ` dnsmasq: enable DNSSEC build option by default piekay
2024-06-26 13:53 ` uhohspaghetios
2024-06-26 13:53 ` uhohspaghetios
2024-06-26 13:54 ` uhohspaghetios
2024-06-26 14:05 ` classabbyamp
2024-06-26 15:23 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).