From a2926f361efac1a9cb0d423b6411df952930f329 Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Wed, 19 Apr 2023 22:00:24 +0800 Subject: [PATCH] fix(run-on-macos): Use `route-metric: 200` instead of disabling dhcp routes. --- docs/getting-started/run-on-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/run-on-macos.md b/docs/getting-started/run-on-macos.md index 296595a..6de059e 100644 --- a/docs/getting-started/run-on-macos.md +++ b/docs/getting-started/run-on-macos.md @@ -87,7 +87,7 @@ network: eth0: dhcp4: true dhcp4-overrides: - use-routes: false + route-metric: 200 use-dns: false lima0: dhcp4: true