AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.45k stars 248 forks source link

Integrate with systemd, provide Ubuntu PPA #152

Open timkgh opened 3 years ago

timkgh commented 3 years ago

dnsproxy is very useful. It would be great to have it fully integrated with systemd and available as an Ubuntu PPA.

Or in a more general way to make it easy to install and configure on multiple platforms, like nextdns CLI does.

ameshkov commented 3 years ago

Well, we're all for it, just don't have enough hands to do that right now.

timkgh commented 3 years ago

Ask the nextdns cli authors to let you "borrow" most of the logic from them, they support a bunch of devices/distros :)

joshcangit commented 3 years ago

It might clash with another package also called dnsproxy. Source code: https://github.com/awaw/dnsproxy

joshcangit commented 2 months ago

Anyway, now resolvconf is replaced by systemd-resolved for Debian bullseye-backports, bookworm and onwards.

Also replaced since Ubuntu 22.10. https://launchpad.net/bugs/1990743

So, there needs to be another way to integrate with systemd without relying on resolvconf.