gdr / tuntox (public) (License: GPLv3) (since 2017-01-24) (hash sha1)
Tunnel TCP connections over the Tox protocol
List of commits:
Subject Hash Author Date (UTC)
tokssh: add missing secret option to cmd line 🤦 65243979ba7216b32045c5da98c98f2686a97f7a fabrixxm 2017-04-07 19:11:12
tokssh: shared secret support,fix no user cmd line d59b35d00bf2da3eb185043bba08acb3acc7c977 fabrixxm 2017-04-07 19:07:03
Try installing jinja2 with pip not apt 0ba5a19f9942b8086474d91561b9b14a87aa042e GDR! 2017-02-01 10:52:10
Remove devnull redirect in travis.yml 162b886c7e7a8f59aee7f7e58ec7dee338d327d0 GDR! 2017-01-31 21:16:12
Install jinja2 in Travis 1d49afc7c880d940ba2d75ff7807b64d27de15ca GDR! 2017-01-31 20:12:24
Nicer help message d77375c08113707235fe3949a7020bb87a7fdc41 Francesco Gazzetta 2017-01-24 18:16:03
Increased security e32c14ff83b4e44067b1f0a2fa977a31e3962797 Francesco Gazzetta 2017-01-24 17:24:36
rebuild bootstrap nodes on make clean 820360140e012ae26c5d048cca2775a96f52812b GDR! 2017-01-24 16:39:18
CID 122502 (#1 of 1): 'Constant' variable guards dead code 5d23e782ff74a287202dec0b61132258d42c3221 GDR! 2017-01-24 16:23:16
CID 122516 (#1 of 1): Resource leak (RESOURCE_LEAK)10. leaked_storage: cd1aa90632cf8853cbeb3610d254afc3d7d95b6b GDR! 2017-01-24 16:18:17
Update .travis.yml e5483bc4662dc95665aeef5bc84adf95a81f7f3c GDR! 2017-01-24 15:23:06
Update .travis.yml 5c2e4263fae3b78be4c4424fa846cd06915a0b8c GDR! 2017-01-24 15:15:34
Update .travis.yml 370e83c0fabcad3899944398cf0b06c3f91e4d3c GDR! 2017-01-24 15:01:45
Updated BUILD.md to use c-toxcore fad23001af27f1cd380f7d05270ddcc04244f507 GDR! 2017-01-07 18:45:28
Cleaned up .PHONY in Makefile 44cfc1bd5e81a8ba5c7206453bcc6fed02486caf GDR! 2016-12-12 12:32:33
gitversion.h dep missing 361edc084a1d53bce46563c9a3135034acb917bf GDR! 2016-12-12 12:21:27
Travis 6d74a7a2da9690ca56b3543a240d53b6b3915bf3 GDR! 2016-12-07 14:50:01
Fixed some warnings b3b0e345a94830a186168a4ecd53e0259a00b0c0 GDR! 2016-12-07 14:26:38
Travis 5667e567a59041b673861804fc6eba3cf99fcb05 GDR! 2016-12-07 14:11:16
Travis 16bea5fe486f6d1bf47de820642e4568c1b1dc20 GDR! 2016-12-07 14:05:50
Commit 65243979ba7216b32045c5da98c98f2686a97f7a - tokssh: add missing secret option to cmd line 🤦
Author: fabrixxm
Author date (UTC): 2017-04-07 19:11
Committer name: GitHub
Committer date (UTC): 2017-04-07 19:11
Parent(s): d59b35d00bf2da3eb185043bba08acb3acc7c977
Signer:
Signing key:
Signing status: N
Tree: 70433325bc91707941464ca95ac0c1c98ee11de5
File Lines added Lines deleted
scripts/tokssh 2 2
File scripts/tokssh changed (mode: 100755) (index 11cf858..0017221)
... ... then
29 29 # last argument is user@toxid # last argument is user@toxid
30 30 user=${arruserhost[0]} user=${arruserhost[0]}
31 31 toxid=${arruserhost[1]} toxid=${arruserhost[1]}
32 ssh -o ProxyCommand="tuntox -i $toxid -P 127.0.0.1:%p" $args $user@localhost
32 ssh -o ProxyCommand="tuntox -i $toxid -P 127.0.0.1:%p $secret" $args $user@localhost
33 33 else else
34 34 # last argument is just toxid # last argument is just toxid
35 ssh -o ProxyCommand="tuntox -i $userhost -P 127.0.0.1:%p" $args localhost
35 ssh -o ProxyCommand="tuntox -i $userhost -P 127.0.0.1:%p $secret" $args localhost
36 36 fi fi
37 37
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/tuntox

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/tuntox

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/tuntox

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main