FS#59822 - [dnscrypt-proxy] dnscrypt-proxy.socket doesn't listen on ::1

Attached to Project: Community Packages
Opened by nl6720 (nl6720) - Monday, 27 August 2018, 09:26 GMT
Last edited by David Runge (dvzrv) - Wednesday, 03 October 2018, 20:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
dnscrypt-proxy.service uses both IPv4 & IPv6 since the config has "listen_addresses = ['127.0.0.1:53000', '[::1]:53000']". But dnscrypt-proxy.socket only listens on 127.0.0.1:53 .

Please add:

ListenStream=[::1]:53
ListenDatagram=[::1]:53

to dnscrypt-proxy.socket


Additional info:
* package version(s)
* config and/or log files etc.
dnscrypt-proxy 2.0.16-1

Steps to reproduce:
systemctl start dnscrypt-proxy.socket
drill archlinux.org @::1
This task depends upon

Closed by  David Runge (dvzrv)
Wednesday, 03 October 2018, 20:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 2.0.17-1
Comment by nl6720 (nl6720) - Friday, 31 August 2018, 15:34 GMT
Oops, a copy-paste fail.
I meant to write that the config has "listen_addresses = ['127.0.0.1:53', '[::1]:53']".
Comment by David Runge (dvzrv) - Tuesday, 02 October 2018, 21:39 GMT
I'm currently not able to rebuild [1].
In the meantime you can add a .socket file below /etc/systemd/system, if you want ipv6 support.


[1] https://github.com/jedisct1/dnscrypt-proxy/issues/600

Loading...