mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
Merge branch 'master' of github.com:schollz/croc
This commit is contained in:
commit
d38a5cdd99
1 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ This is more or less (but mostly *less*) a Golang port of [@warner's](https://gi
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
|
_These two gifs should run in sync if you force-reload (Ctl+F5)_
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
**Sender:**
|
**Sender:**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -61,7 +67,7 @@ Or, if you are like my good friend Jessie and "*just can't even*" with programmi
|
||||||
|
|
||||||
## Run your own relay
|
## Run your own relay
|
||||||
|
|
||||||
*croc* relies on a TCP relay to staple the parallel incoming and outgoing connections. The relay temporarily stores connection information and the encrypted meta information. The default uses my server, `cowyo.com`, which has no guarantees except that I guarantee to turn if off as soon as it gets abused.
|
*croc* relies on a TCP relay to staple the parallel incoming and outgoing connections. The relay temporarily stores connection information and the encrypted meta information. The default uses a public relay at, `cowyo.com`, which has no guarantees except that I guarantee to turn if off as soon as it gets abused ([click here to check the current status of the public relay](https://stats.uptimerobot.com/lOwJYIgRm)).
|
||||||
|
|
||||||
I recommend you run your own relay, it is very easy. On your server, `your-server.com`, just run
|
I recommend you run your own relay, it is very easy. On your server, `your-server.com`, just run
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue