blob: 40ac3f3a64ade4656b2eb59fdad752feb26918ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|