diff options
| author | murilo ijanc | 2026-03-25 22:35:58 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-25 22:35:58 -0300 |
| commit | a714016950a8cb75fdce2fa9778df373659b9bb9 (patch) | |
| tree | 42d3583419b8ff09643d0cb1ce1d62f64262fa9c /tesseras-paste.html | |
| parent | 491b1aba7e11117e7ff099bf4519d763aa9ae2ca (diff) | |
| download | website-a714016950a8cb75fdce2fa9778df373659b9bb9.tar.gz | |
Update versions: tesseras-dht 0.1.2, tesseras-paste 0.1.1
Diffstat (limited to 'tesseras-paste.html')
| -rw-r--r-- | tesseras-paste.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tesseras-paste.html b/tesseras-paste.html index f1ac6f3..8028947 100644 --- a/tesseras-paste.html +++ b/tesseras-paste.html @@ -52,11 +52,12 @@ No central server stores your data.</p> -w port HTTP server port -g global NAT (public server) -n no auto-bootstrap (skip DNS SRV) - -b host:port bootstrap peer (repeatable)</pre> + -b host:port bootstrap peer (repeatable) + -v verbose (debug logging)</pre> <p><strong>tp</strong> — CLI client that talks to the daemon over a Unix socket.</p> -<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">usage: tp [-s sock] <command> [args] +<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">usage: tp [-s sock] [-v] <command> [args] put [-t ttl] [-p] read stdin, store paste (-p = public, no encryption) get <key> retrieve paste to stdout @@ -89,20 +90,20 @@ as content needs time to propagate across DHT nodes.</p> <h2 id="download">Download</h2> -<p>Current version: <strong>0.1.0</strong></p> +<p>Current version: <strong>0.1.1</strong></p> <p>Source tarballs and signatures are available at <a href="https://tesseras.net/pub/tesseras-paste/">tesseras.net/pub/tesseras-paste/</a>.</p> <h3>Verify with signify</h3> -<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">$ signify -Vp tesseras.pub -m tesseras-paste-0.1.0.tar.gz -x tesseras-paste-0.1.0.tar.gz.sig +<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">$ signify -Vp tesseras.pub -m tesseras-paste-0.1.1.tar.gz -x tesseras-paste-0.1.1.tar.gz.sig Signature Verified</pre> <h3>Verify with SHA256</h3> -<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">$ sha256 tesseras-paste-0.1.0.tar.gz -$ cat tesseras-paste-0.1.0.tar.gz.sha256</pre> +<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">$ sha256 tesseras-paste-0.1.1.tar.gz +$ cat tesseras-paste-0.1.1.tar.gz.sha256</pre> <p>Compare the two outputs. They must match.</p> |