formatting

This commit is contained in:
ericlikedis 2023-08-23 15:53:54 -05:00
parent 14f02aef76
commit ba6fbc4db1

View File

@ -37,13 +37,13 @@ Need a hint? Visit [Hint 1](http://flaws.cloud/hint1.html)
First we begin with `nslookup` and point it to the domain `flaws.cloud` First we begin with `nslookup` and point it to the domain `flaws.cloud`
### Syntax ### Syntax
``` shell ```shell
nslookup flaws.cloud nslookup flaws.cloud
``` ```
### Result ### Result
``` shell ```shell
Server: 172.31.144.1 Server: 172.31.144.1
Address: 172.31.144.1#53 Address: 172.31.144.1#53
@ -64,4 +64,4 @@ Name: flaws.cloud
Address: 52.218.237.138 Address: 52.218.237.138
Name: flaws.cloud Name: flaws.cloud
Address: 52.92.163.83 Address: 52.92.163.83
```