fix(katbox): dhcp not auto for ipv4

This commit is contained in:
Kat Inskip 2024-02-22 15:01:44 -08:00
parent fd90cd35de
commit 9176f178ca
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -409,7 +409,7 @@ EOT
address = "auto"
}
ipv4 {
address = "auto"
address = "dhcp"
}
}
}