Comparing version 1.0.3 to 1.2.0
{ | ||
"name": "holesail", | ||
"version": "1.0.3", | ||
"version": "1.2.0", | ||
"description": "A P2P based node package to expose your local ports on the Holepunch protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,5 +24,11 @@ # Holesail | ||
``` | ||
Replace `port` with the desired port number you want to expose to the network. | ||
This will give you a seed to connect to, use that to acess this server from anywhere: | ||
```js | ||
holesail --connect SEED --port | ||
``` | ||
### Example | ||
@@ -29,0 +35,0 @@ |
5040
70