mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
make it readable a bit
This commit is contained in:
parent
c90a01f17f
commit
35e04b6eda
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
## HOW TO SETUP ##
|
## HOW TO SETUP ##
|
||||||
|
|
||||||
|
```sh
|
||||||
|
|
||||||
This is the code to check if a simplex link is valid and joinable.
|
This is the code to check if a simplex link is valid and joinable.
|
||||||
Steps to make the script work:
|
Steps to make the script work:
|
||||||
1) Download the simplex-chat cli client. You can follow this guide https://simplex.chat/docs/cli.html#download-chat-client.
|
1) Download the simplex-chat cli client. You can follow this guide https://simplex.chat/docs/cli.html#download-chat-client.
|
||||||
|
@ -74,3 +76,5 @@ using SOCKS5 proxy SocksProxyWithAuth SocksIsolateByAuth 127.0.0.1:9050 for ALL
|
||||||
→ ./simplex-chat-ubuntu-22_04-x86-64 -d $HOME/.simplex/simplep-bot -x -p 3030
|
→ ./simplex-chat-ubuntu-22_04-x86-64 -d $HOME/.simplex/simplep-bot -x -p 3030
|
||||||
|
|
||||||
5) Call the is_simplex_link_valid(`link`) function.
|
5) Call the is_simplex_link_valid(`link`) function.
|
||||||
|
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue