mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
NetworkManager: enable systemd-resolved DoT, use NM for iwd autoconnect
This commit is contained in:
parent
cc631c1fd2
commit
a66f30dc2e
@ -8,6 +8,7 @@
|
||||
|
||||
[device]
|
||||
wifi.backend=iwd
|
||||
wifi.iwd.autoconnect=true
|
||||
|
||||
# Leave autoconnection logic and all for NetworkManager
|
||||
#wifi.iwd.autoconnect=true
|
||||
wifi.iwd.autoconnect=false
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -6,5 +6,7 @@ dns=systemd-resolved
|
||||
rc-manager=none
|
||||
# Implied, but made explicit
|
||||
systemd-resolved=true
|
||||
|
||||
# Tell it to use DoT
|
||||
[connetion]
|
||||
connection.dns-over-tls=true
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
Loading…
Reference in New Issue
Block a user