diff options
Diffstat (limited to 'wk.fo/body.html')
| -rw-r--r-- | wk.fo/body.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/wk.fo/body.html b/wk.fo/body.html index 40ac3f3..158927c 100644 --- a/wk.fo/body.html +++ b/wk.fo/body.html @@ -1,14 +1,16 @@ -<p>File sharing, IRC bouncer, and VPN for friends. All services require an invitation.</p> +<p>File sharing, IRC, VPN, and tools for friends. Invite required for most services.</p> <h2>file sharing</h2> <p>Upload via HTTPS (token required):</p> <pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/</code></pre> <p>Files expire after 24 hours by default (max 48h with <code>expires</code> param). Max 256 MB.</p> <h2>irc</h2> +<p><a href="/chat">web client</a> — no account needed. Or connect directly:</p> <table> <tr><th>server</th><td>wk.fo:6697 (TLS)</td></tr> -<tr><th>type</th><td>Soju bouncer</td></tr> +<tr><th>auth</th><td>SASL PLAIN (invite only)</td></tr> </table> -<p>Use the credentials provided to you on invite. Works with any IRC client that supports SASL PLAIN.</p> +<h2>pgp</h2> +<p>Curated keyserver — keys added after in-person verification. <a href="/pgp">search or browse</a>.</p> <h2>vpn</h2> <table> <tr><th>server</th><td>wk.fo:51820 (UDP)</td></tr> |
