mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
NetworkManager: fix no-search-domains.conf & systemd-resolved.conf
Although in systemd-resolved.conf everything is already implied
This commit is contained in:
parent
71582a9b95
commit
c751a61146
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
[main]
|
||||
dns=systemd-resolved
|
||||
rc-manager=none
|
||||
systemd-resolved=true
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
Loading…
Reference in New Issue
Block a user