peerline 0.1.0-beta.2 → 0.1.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,11 +118,18 @@ peerline recv [NAME_OR_CODE] [CODE] --port 43117
|
|
|
118
118
|
peerline recv [NAME_OR_CODE] [CODE] --overwrite
|
|
119
119
|
peerline recv [NAME_OR_CODE] [CODE] --no-tui
|
|
120
120
|
peerline recv [NAME_OR_CODE] [CODE] --no-relay-fallback
|
|
121
|
+
peerline recv [NAME_OR_CODE] [CODE] --no-tor
|
|
121
122
|
peerline recv [NAME_OR_CODE] [CODE] --idle-timeout-minutes 30
|
|
123
|
+
peerline recv [NAME_OR_CODE] [CODE] --tunnel cloudflared
|
|
124
|
+
peerline recv [NAME_OR_CODE] [CODE] --tunnel localtunnel
|
|
125
|
+
peerline recv [NAME_OR_CODE] [CODE] --tunnel tmole
|
|
126
|
+
peerline recv [NAME_OR_CODE] [CODE] --tunnel tunnelmole
|
|
122
127
|
```
|
|
123
128
|
|
|
124
129
|
`--port` starts the 5-port direct window; Peerline will try that port and the next four.
|
|
125
130
|
`--idle-timeout-minutes` defaults to `10`; set it to `0` to wait until you quit manually.
|
|
131
|
+
Tor onion receive is attempted by default when the `tor` command is available; use `--no-tor` or `PEERLINE_DISABLE_TOR=1` to skip it.
|
|
132
|
+
`--tunnel` starts a public tunnel on the receiver side. `cloudflared`, `localtunnel`, `tmole`, and `tunnelmole` are accepted values.
|
|
126
133
|
|
|
127
134
|
Sender options:
|
|
128
135
|
|