Moved several configuration files outside of script to skeleton directory.
This commit is contained in:
16
etc/systemd/network/50-default-ether.network
Normal file
16
etc/systemd/network/50-default-ether.network
Normal file
@@ -0,0 +1,16 @@
|
||||
[Match]
|
||||
Type=ether
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6AcceptRA=yes
|
||||
EmitLLDP=yes
|
||||
|
||||
[DHCPv4]
|
||||
RouteMetric=100
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=100
|
||||
19
etc/systemd/network/50-default-wlan.network
Normal file
19
etc/systemd/network/50-default-wlan.network
Normal file
@@ -0,0 +1,19 @@
|
||||
[Match]
|
||||
Type=wlan
|
||||
WLANInterfaceType=station
|
||||
SSID=*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
IPv6AcceptRA=yes
|
||||
IgnoreCarrierLoss=3s
|
||||
EmitLLDP=yes
|
||||
|
||||
[DHCPv4]
|
||||
RouteMetric=200
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=200
|
||||
2
etc/systemd/resolved.conf.d/90-no-fallbackdns.conf
Normal file
2
etc/systemd/resolved.conf.d/90-no-fallbackdns.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Resolve]
|
||||
FallbackDNS=
|
||||
2
etc/systemd/resolved.conf.d/90-no-llmnr.conf
Normal file
2
etc/systemd/resolved.conf.d/90-no-llmnr.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Resolve]
|
||||
LLMNR=no
|
||||
2
etc/systemd/resolved.conf.d/90-no-mdns.conf
Normal file
2
etc/systemd/resolved.conf.d/90-no-mdns.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Resolve]
|
||||
MulticastDNS=no
|
||||
Reference in New Issue
Block a user