mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +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:"`
|
# To check/refresh regdomain, `iw wlan0 scan | egrep -e "SSID:|Country:"`
|
||||||
Country=FI
|
Country=FI
|
||||||
|
|
||||||
# legacy compatibility, at least on Lumina?
|
# Legacy compatibility. Doesn't seem necessary on Lumina.
|
||||||
use_default_interface=true
|
#use_default_interface=true
|
||||||
|
|
||||||
# build-in network configuration including DHCP client
|
# build-in network configuration including DHCP client
|
||||||
# true if not using systemd-networkd!
|
# 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
|
# 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
|
# entirely opposed to local servers. The two first are unbound, the third/this
|
||||||
# systemd-resolved
|
# systemd-resolved
|
||||||
NameResolvingService=systemd
|
#NameResolvingService=systemd
|
||||||
#NameResolvingService=none
|
NameResolvingService=none
|
||||||
# Default 300, lower preferred by system. Useful when WiFi is known faster
|
# 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
|
# than ethernet like having 10 Mbps switch from time before the building had
|
||||||
# anything faster than DSL...
|
# anything faster than DSL...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user