Skip to content

Commit da1cc8a

Browse files
authored
Merge pull request #86 from ldeffenb/master
Typo and consistency
2 parents 080070b + fef043b commit da1cc8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation/connectivity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
4848
inet 178.128.196.191 netmask 255.255.240.0 broadcast 178.128.207.255
4949
```
5050

51-
Here we can see our computer's **public IP** `178.128.196.191`. This is the address that is used by other computers we connect to over the internet. We can very this using a third party service such as *icanhazip*.
51+
Here we can see our computer's **public IP** `178.128.196.191`. This is the address that is used by other computers we connect to over the internet. We can verify this using a third party service such as *icanhazip*.
5252

5353
```sh
5454
curl icanhazip.com
@@ -107,9 +107,9 @@ If you start your Bee node in a private network with UPNP available, the output
107107

108108
```json
109109
[
110-
"/ip4/127.0.0.1/tcp/7072/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
111-
"/ip4/192.168.0.10/tcp/7072/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
112-
"/ip6/::1/tcp/7072/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
110+
"/ip4/127.0.0.1/tcp/7070/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
111+
"/ip4/192.168.0.10/tcp/7070/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
112+
"/ip6/::1/tcp/7070/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP",
113113
"/ip4/86.98.94.9/tcp/20529/p2p/16Uiu2HAm5zcoBFWmqjDTwGy9RXepBFF8idy6Pr312obMwwxdJSUP"
114114
]
115115
```

0 commit comments

Comments
 (0)