diff options
Diffstat (limited to 'wk.fo/body.html')
| -rw-r--r-- | wk.fo/body.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wk.fo/body.html b/wk.fo/body.html new file mode 100644 index 0000000..40ac3f3 --- /dev/null +++ b/wk.fo/body.html @@ -0,0 +1,19 @@ +<p>File sharing, IRC bouncer, and VPN for friends. All services require an invitation.</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> +<table> +<tr><th>server</th><td>wk.fo:6697 (TLS)</td></tr> +<tr><th>type</th><td>Soju bouncer</td></tr> +</table> +<p>Use the credentials provided to you on invite. Works with any IRC client that supports SASL PLAIN.</p> +<h2>vpn</h2> +<table> +<tr><th>server</th><td>wk.fo:51820 (UDP)</td></tr> +<tr><th>type</th><td>WireGuard</td></tr> +</table> +<p>A config file is provided to you on invite. Import it into any WireGuard client.</p> +<h2>access</h2> +<p>Contact <a href="mailto:hi@gumx.cc">hi@gumx.cc</a>.</p> |
