iwd: comment legacy, switch to NameResolvingService none

This commit is contained in:
Aminda Suomalainen 2024-07-23 08:51:56 +03:00
parent d08c511875
commit 4c9caf7235
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -8,8 +8,8 @@
# To check/refresh regdomain, `iw wlan0 scan | egrep -e "SSID:|Country:"`
Country=FI
# legacy compatibility, at least on Lumina?
use_default_interface=true
# Legacy compatibility. Doesn't seem necessary on Lumina.
#use_default_interface=true
# build-in network configuration including DHCP client
# true if not using systemd-networkd!
@ -33,8 +33,8 @@ EnableIPv6=true
# My /etc/resolf.conf is generally ::1 127.0.0.1 127.0.0.53 and I am not
# entirely opposed to local servers. The two first are unbound, the third/this
# systemd-resolved
NameResolvingService=systemd
#NameResolvingService=none
#NameResolvingService=systemd
NameResolvingService=none
# Default 300, lower preferred by system. Useful when WiFi is known faster
# than ethernet like having 10 Mbps switch from time before the building had
# anything faster than DSL...