Bypass DNS is unhandled under systemd-resolved #31

Closed
opened 2026-08-17 16:57:02 -04:00 by mysticalsoap · 0 comments
Owner

cgroup_vpn calls dns_manager.set_dns with no tunnel interface
(aqomui_service.py:498 and 512). Under resolved that used to run
--interface=None and fail silently; it now logs an error and does nothing.

resolved holds DNS per link, so a system-wide change has nothing to attach to.
The bypass points the system at a local dnsmasq on 127.0.0.1, which conflicts
with resolved owning 127.0.0.53.

Needs a design decision, not a patch.

`cgroup_vpn` calls `dns_manager.set_dns` with no tunnel interface (`aqomui_service.py:498` and `512`). Under resolved that used to run `--interface=None` and fail silently; it now logs an error and does nothing. resolved holds DNS per link, so a system-wide change has nothing to attach to. The bypass points the system at a local dnsmasq on 127.0.0.1, which conflicts with resolved owning 127.0.0.53. Needs a design decision, not a patch.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mysticalsoap/aqomui#31
No description provided.