Bypass DNS is unhandled under systemd-resolved #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cgroup_vpncallsdns_manager.set_dnswith no tunnel interface(
aqomui_service.py:498and512). Under resolved that used to run--interface=Noneand 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.