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)
credits 0b461fdbbe611a553c16e6081fee9a7891c1f36e GDR! 2015-01-12 22:25:23
Typo 91c407badf6392619f187b03ea4b42ab98bedbef GDR! 2015-01-12 22:24:07
Readme VPN 0285ddb7b7c2740775bce4d7a1c41534208202d4 GDR! 2015-01-12 22:21:29
md formatting 9426b96c040e3bc897583c3d90565a3f4678f761 GDR! 2015-01-12 22:20:19
Document on making a point-to-point VPN 32d3ec0ee95c1a8516ee3bb730ffaf5eeb854911 GDR! 2015-01-12 22:19:05
Allow using @ instead of : in port forward definitions 4350dabf2f524daabb03f26928742296310b456f GDR! 2015-01-12 21:57:20
Got rid of the memory leak 4e3d5e48fe25648a182dc7f67f4f49e4d8471ebf GDR! 2014-12-30 13:38:43
Removed old comments 870624e91fa526f5eeb0d699f8a33a43ff7af4a1 GDR! 2014-12-28 14:35:41
Debian init script added 86e70ffe9f835b12667d296f2df9c307ba1aff06 GDR! 2014-12-24 16:26:51
Forking/setuid/pidfile working e98c42e6712f16b60ade4f2f996b25001394da4d GDR! 2014-12-24 16:07:35
Added syslog capability 53bfa010d3ee7a0c79e4c9155e189431eeafb208 GDR! 2014-12-24 14:59:40
Clean target 4280af5e82fad6296d3581a5f62700da34ccd3ea GDR! 2014-12-24 14:35:07
Version string 325ae4c314482d10fe46c5c16c2b581959af2f41 GDR! 2014-12-24 14:28:13
Fixed callbacks on raspbian 7324419faf44b59072633a76db24a8e612460c8f GDR! 2014-12-22 02:23:21
Logging framework and command line options b8c1f1cf062ff681daf160411ad6c35ed7a49d42 GDR! 2014-12-22 02:22:38
Fixed warning on implicit function declaration 575ea150208b7ca61a639d0c9a20df656d2b178f GDR! 2014-12-22 00:52:53
Trying to make the calling convention problem go away 1fb0fae11b2d129dd380b6413e5e81d461c8806d GDR! 2014-12-22 00:52:27
Increased number of send retries - helpful on flaky links 3f86c8bb935408fdfb056a412da23b6b181d0755 GDR! 2014-12-13 18:13:12
Tokssh formatted 489cad267d4537cbe20f4c539f49a2d96ed6d0bb GDR! 2014-12-13 17:50:07
Added tokssh wrapper script 967a260e4fb84659424e9b81cc7f6318380ae02d GDR! 2014-12-13 17:49:14
Commit 0b461fdbbe611a553c16e6081fee9a7891c1f36e - credits
Author: GDR!
Author date (UTC): 2015-01-12 22:25
Committer name: GDR!
Committer date (UTC): 2015-01-12 22:25
Parent(s): 91c407badf6392619f187b03ea4b42ab98bedbef
Signer:
Signing key:
Signing status: N
Tree: 365d3bb18d5b4ed3742a72eeefb10babeb16dba1
File Lines added Lines deleted
VPN.md 1 0
File VPN.md changed (mode: 100644) (index d0cbc85..ec1f8cf)
... ... On the client:
38 38 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms
39 39 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms
40 40
41 Based on [Ben Martin's article](https://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler)
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