test use ipv4 only

This commit is contained in:
iceBear67
2026-06-22 13:01:39 +08:00
parent 21a8db4910
commit 72d0425550

View File

@@ -4,7 +4,7 @@ iface lo inet loopback
auto eth0
iface eth0 inet manual
pre-up ip link set dev eth0 up
up dhcpcd --nobackground --static routers=GATEWAY_ADDRESS eth0
up dhcpcd --nobackground --ipv4only --waitip=4 eth0
down dhcpcd --release eth0
post-down ip link set dev eth0 down