NetworkManager: fix no-search-domains.conf & systemd-resolved.conf

Although in systemd-resolved.conf everything is already implied
This commit is contained in:
Aminda Suomalainen 2024-05-09 09:25:20 +03:00
parent 71582a9b95
commit c751a61146
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# This should stop search domains from being used and potentially leaking
# queries to search domain DNS server when they fail
[global-dns]
searches=
#searches=
# I am doubtful of the above being enough
searches=.
# vim: filetype=NetworkManager.conf

View File

@ -1,4 +1,6 @@
[main]
dns=systemd-resolved
rc-manager=none
systemd-resolved=true
# vim: filetype=NetworkManager.conf