fixed network configuration
This commit is contained in:
11
rootfs-overlay/etc/systemd/network/10-dhcp-all.network
Normal file
11
rootfs-overlay/etc/systemd/network/10-dhcp-all.network
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Match]
|
||||||
|
# Match all real Ethernet interfaces
|
||||||
|
Type=ether
|
||||||
|
Name=!lo !docker* !veth* !br* !virbr* !tap* !tun* !vmnet* !zt* !tailscale* !wg*
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
IPv6AcceptRA=yes
|
||||||
|
|
||||||
|
[DHCP]
|
||||||
|
UseDNS=yes
|
||||||
3
rootfs-overlay/etc/systemd/resolved.conf
Normal file
3
rootfs-overlay/etc/systemd/resolved.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[Resolve]
|
||||||
|
DNSSEC=no
|
||||||
|
DNSOverTLS=no
|
||||||
Reference in New Issue
Block a user