work in progress

This commit is contained in:
2024-12-19 15:28:14 +02:00
parent f8e74ec3ae
commit 70ce4283b5
4 changed files with 29 additions and 21 deletions

16
rss.xml
View File

@@ -99,18 +99,26 @@ but somehow get uploaded and downloaded simultaneously.</p>
computer like a server with a static ip that is easily accessible from
the internet then because of the great job the author did you can host a
relay simply by typing the command</p>
<pre><code>croc relay</code></pre>
<blockquote>
<p>croc relay</p>
</blockquote>
<p>which will by default use the ports 9009-9013 but you can specify
your own with the ports arguement like</p>
<pre><code>croc relay --ports 1111,1112</code></pre>
<blockquote>
<p>croc relay ports 1111,1112</p>
</blockquote>
<p>Then if you make that into a systemd service (which I wont be
covering just yet cause I dont really understand them and only make
them by copy pasting basic templates 😐) its basically a set and forget
kind of thing and you can now send files to anyone in any operating
system by using croc by typing</p>
<pre><code>croc --relay &quot;your.domain:9009&quot; send [file]</code></pre>
<blockquote>
<p>croc relay “your.domain:9009” send [file]</p>
</blockquote>
<p>and the recipient can download it by typing</p>
<pre><code>croc --relay &quot;your.domain:9009&quot; [code]</code></pre>
<blockquote>
<p>croc relay “your.domain:9009” [code]</p>
</blockquote>
<p>This is super useful cause there was a time when the public instance
was down and I couldnt send files when it was just so easy to not be
dependent on the public instance in the first place.</p>