Moontalk server and client (provided by many parties)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

16 linhas
612B

  1. #!/bin/bash
  2. # add this to your .bashrc
  3. # socat has a more reliable connection to the server than torify, it seems
  4. # if you want a more reliable client that isn't socat, run:
  5. # socat TCP-LISTEN:22222 SOCKS4a:localhost:7ks473deh6ggtwqsvbqdurepv5i6iblpbkx33b6cydon3ajph73sssad.onion:50000,socksport=9050 &
  6. # nc localhost 22222
  7. # ruby moontalk.rb -serv localhost -port 22222
  8. # or any other client with the server localhost and port 22222.
  9. # tail -1 moontalk.sh >> ~/.bashrc
  10. alias socat_moontalk="socat STDIO SOCKS4A:localhost:7ks473deh6ggtwqsvbqdurepv5i6iblpbkx33b6cydon3ajph73sssad.onion:50000,socksport=9150"