Skip to content

Commit ed4308e

Browse files
NoSuchCommandRoRoJ
authored andcommitted
fix(instances): fix typos (scaleway#3841)
* fix(instances): fix typos * Update compute/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Rowena Jones <[email protected]>
1 parent 479afee commit ed4308e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Due to its modern nature and active maintenance, [`netplan` is a favorable optio
4040
You can check whether your Debian Bullseye Instance is concerned by running the following command, where `UUID` is the identifier of your Instance:
4141

4242
```sh
43-
scw -o json Instance server get UUID | jq '.routed_ip_enabled and ([.public_ips[] | select(.family != "inet6")] == [])'
43+
scw -o json instance server get UUID | jq '.routed_ip_enabled and ([.public_ips[] | select(.family != "inet6")] == [])'
4444
```
4545

4646
<Message type="tip">
@@ -86,7 +86,7 @@ In this situation, proceed with the next section to install `netplan` before app
8686
All steps below require super-user (`root`) privileges.
8787
</Message>
8888

89-
1. *(optional)** If, **and only if**, your Instance is already booted using a routed IPv6-only setup, you need to temporarily configure your DNS resolver so that it can reach the Debian repositories, in order to install `netplan`. The following uses Google's DNS server:
89+
1. *(optional)* If, **and only if**, your Instance is already booted using a routed IPv6-only setup, you need to temporarily configure your DNS resolver so that it can reach the Debian repositories, in order to install `netplan`. The following uses Google's DNS server:
9090
```sh
9191
> /etc/resolv.conf cat <<EOF
9292
nameserver 2001:4860:4860::8888

0 commit comments

Comments
 (0)