Change the dns switching mechanism to NetworkManager backend. #3
Labels
No labels
bug
Bug
documentation
duplicate
enhancement
Feature Request
good first issue
help wanted
Help Wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: applications/namban#3
Loading…
Add table
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?
Created by: ARS101
Hi.
Not all distribution have
systemd-resolved
installed by default. E.g. Debian.However all distributions have
nmcli
to set DNS.This is an example of setting the DNS server using nmcli.
Also, network needs to be restarted in order to be effective.
Note: These aren't the perfect way to implement this change but they demonstrate the point.
I would suggest to change from systemd-resolved to nmcli to maximize portability.
We can also support both backends too, that would be a great idea as well.
Created by: meshya
Is it possible to use
nmcli
for DoH or DoT ?Created by: ARS101
I'm not sure. But what I'm sure is that even installing systemd-resolved and testing it with shecan DNS or others yields me no results.
It instead adds to the existing DNS servers which causes conflict.
I'm not even sure if systemd-resolved can set DoH or DoT.
assigned to @sohrab