diff --git a/index.html b/index.html index 2e57d88..f3d5ae6 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@ callFrame.src=user_string;
I accept donations for any reason
-Thursday 19/12/24 15:26:06 +Thursday 19/12/24 15:27:43 9
croc relay
++croc relay
+
which will by default use the ports 9009-9013 but you can specify your own with the âports arguement like
-croc relay --ports 1111,1112
++croc relay âports 1111,1112
+
Then if you make that into a systemd service (which I wonât be covering just yet cause I donât really understand them and only make them by copy pasting basic templates đ) itâs 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
-croc --relay "your.domain:9009" send [file]
++croc ârelay âyour.domain:9009â send [file]
+
and the recipient can download it by typing
-croc --relay "your.domain:9009" [code]
++croc ârelay âyour.domain:9009â [code]
+
This is super useful cause there was a time when the public instance was down and I couldnât send files when it was just so easy to not be dependent on the public instance in the first place.
diff --git a/rss.xml b/rss.xml index 1e6982c..11a4e76 100644 --- a/rss.xml +++ b/rss.xml @@ -99,18 +99,26 @@ but somehow get uploaded and downloaded simultaneously. 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 -croc relay
++croc relay
+
which will by default use the ports 9009-9013 but you can specify your own with the âports arguement like
-croc relay --ports 1111,1112
++croc relay âports 1111,1112
+
Then if you make that into a systemd service (which I wonât be covering just yet cause I donât really understand them and only make them by copy pasting basic templates đ) itâs 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
-croc --relay "your.domain:9009" send [file]
++croc ârelay âyour.domain:9009â send [file]
+
and the recipient can download it by typing
-croc --relay "your.domain:9009" [code]
++croc ârelay âyour.domain:9009â [code]
+
This is super useful cause there was a time when the public instance was down and I couldnât send files when it was just so easy to not be dependent on the public instance in the first place.