Skip to content

Commit 98b33cc

Browse files
committed
pkg: update readme with instructions on accepting inbound.
1 parent 5250034 commit 98b33cc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,15 @@ $ dig @127.0.0.1 -p 5300 org +dnssec
6060
To accept inbound connections, add the `--listen` flag.
6161

6262
```
63-
$ hsd --listen --max-inbound=20
63+
$ hsd --listen --max-inbound 50
64+
```
65+
66+
Note that this will not advertise your address on the p2p network by default.
67+
In order to notify peers that you are accepting inbound, you _must_ pass
68+
`--public-host`.
69+
70+
```
71+
$ hsd --listen --public-host [my-public-ip-address] --max-inbound 50
6472
```
6573

6674
### Mining

0 commit comments

Comments
 (0)