mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
iwd: comment legacy, switch to NameResolvingService none
This commit is contained in:
parent
d08c511875
commit
4c9caf7235
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user