Project Description

Replace resolvconf with a tool that generates unbound(8) configuration instead of resolv.conf.

Goal for this Hackweek

Learn about the resolvconf interface and how to translate the network manager provided information into a DNS resolver configuration

Resources

There is a solution using dnsmasq so it should be doable

https://pypi.org/project/vpndnshelper https://github.com/frispete/vpndnshelper

dnsmasq is a sort of swiss army knife network server. That is kind of a wonderful thing - it is small, portable and can do many things. It is also kind of an underdocumented pile of hacks that does many things, and none of them quite well.

The standard solution for this in openSUSE is https://github.com/openSUSE/sysconfig.git

The solution Debian/Ubuntu uses is https://salsa.debian.org/debian/resolvconf

Of course, there is systemd-resolved, systemd must provide an implementation for everything

There is already a solution that produces unbound configuration https://roy.marples.name/projects/openresolv/why/

Looking for hackers with the skills:

networking

This project is part of:

Hack Week 22

Activity

  • about 1 year ago: e_bischoff liked this project.
  • about 1 year ago: michals added keyword "networking" to this project.
  • about 1 year ago: michals started this project.
  • about 1 year ago: michals originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Exploring DPDK within containers by paolodepa

    Project Description

    Containerization is h...