Skip to content

Commit c070c95

Browse files
committed
Fix tyop.
Signed-off-by: Eric Promislow <[email protected]>
1 parent f35a762 commit c070c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DNS over tcp is rarely used. It is usually only used either when user explicitly
4040

4141
During initial cloud-init bootstrap, `iptables` may not yet be installed. In that case the repo server is determined using the slirp DNS. After `iptables` has been installed, the forwarding rule is applied, switching over to the hostagent DNS.
4242

43-
If `useHostResoler` is false, then DNS servers can be configured manually in `lima.yaml` via the `dns` setting. If that list is empty, then Lima will either use the slirp DNS (on Linux), or the nameservers from the first host interface in service order that has an assigned IPv4 address (on macOS).
43+
If `useHostResolver` is false, then DNS servers can be configured manually in `lima.yaml` via the `dns` setting. If that list is empty, then Lima will either use the slirp DNS (on Linux), or the nameservers from the first host interface in service order that has an assigned IPv4 address (on macOS).
4444

4545
## `vde_vmnet` (192.168.105.0/24)
4646

0 commit comments

Comments
 (0)