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)
Document whitelist option - closes #56 c498da9d83d47f2ab8e542a2840e46a6d70e23ed GDR! 2023-03-15 10:03:23
Allow wildcards in rules 8d6a48bb3dd59a3193c4e0bfa2397c502186bb87 Andrew Cady 2020-08-21 12:03:58
Fix ping - move to protocol v2 56e4e699d2c62321356909e8a7dd1007134d83c3 GDR! 2023-03-15 08:53:21
-I option for saving tox id to a file 0d835405e8ecb68b5904370632bc3280b3491744 GDR! 2023-03-15 08:17:01
Reject packet type 4b726f549c4f5aa4d80f5ccde0b371d8568e0b55 GDR! 2023-03-15 08:01:48
Multiple -L working a79c3fd655d045683f097675d9acb8e4d582c175 GDR! 2023-03-15 07:59:00
It buildsmake 8011c477ececd3cac58dafc5d54c1721d6550fce GDR! 2023-03-15 06:35:50
Cleanup 450509a24e93e855753f9c51dd04dde7e4ad7e3a GDR! 2023-03-14 20:02:33
Introduce local forward ID 71f125f17cd36582e0dc98e6bc9aca560e445c5a GDR! 2023-03-14 19:53:36
Update distro packages ef1f283cb74e3a1528596bce5ed235e7c02965a3 GDR! 2022-10-17 19:39:58
Update distro packages df86301b9ecd967d09ab0e1e41c51796de4f2878 GDR! 2022-10-17 19:36:49
Clarify proxying in server mode 0216b71250169e6183f36e2e478fcaa15a0dafdd GDR! 2022-10-17 19:27:24
SOCKS5 and HTTP proxies for outgoing connections b8dc5ed52bd8af4f5c7ec5b1ad939f9876abfb45 GDR! 2022-10-17 19:23:11
Support for connecting to Tox via SOCKS5 d39817bf9b92d3dd31e4f56aa7da5cae13bb71e7 GDR! 2022-10-17 18:25:48
include print_version_stdout declaration in main.c, conditionally add -lrt flag for non-macos 555c3a132b8a8a0a3a39c10184c9ae3912193780 Arte Ebrahimi 2022-07-17 23:44:35
Update LICENSE.md abe4bf14de00702f540be8522d4cac06601f61cd GDR! 2022-06-13 08:20:13
Update LICENSE.md ff58a37ec391e82cc7470ee76c803815cf4aa362 GDR! 2022-06-13 08:19:54
Add -V for version check 5ebfd8865f820bd50fa74947f41bd914354bbc2f GDR! 2022-06-12 11:48:07
Fix tabs/spaces in main.c 0ba3dc62293ece11400673965b89a99d91d7e8ed GDR! 2022-06-12 11:42:29
Print --help to stdout instead of stderr ed9ce9cf470560562346445e5bc937701b0ac0ec GDR! 2022-06-12 11:41:20
Commit c498da9d83d47f2ab8e542a2840e46a6d70e23ed - Document whitelist option - closes #56
Author: GDR!
Author date (UTC): 2023-03-15 10:03
Committer name: GDR!
Committer date (UTC): 2023-03-15 10:03
Parent(s): 8d6a48bb3dd59a3193c4e0bfa2397c502186bb87
Signer:
Signing key: 557FAEF4E8799852
Signing status: E
Tree: 9ef3a34eb268448d2943223c4722d4a4e47837c3
File Lines added Lines deleted
FAQ.md 15 0
File FAQ.md changed (mode: 100644) (index 71a20b4..15426e2)
... ... In repos:
75 75 Work in progress: Work in progress:
76 76 * [Debian](https://bitbucket.org/gjedeer/tuntox/downloads/) * [Debian](https://bitbucket.org/gjedeer/tuntox/downloads/)
77 77
78 ## Can I restrict client access to certain hosts only?
79
80 Create a whitelist file with contents like this:
81
82 ```
83 1.2.3.4:22
84 127.0.0.1:80
85 *:6667
86 2.3.4.5:0
87 ```
88
89 Asterisk is a wildcard for hosts. Zero is a wildcard for ports.
90
91 Then run Tuntox with `-i <path to whitelist`.
92
78 93 ## Can I run it with Docker? ## Can I run it with Docker?
79 94
80 95 ATTENTION - DOCKER IMAGE MOVED FROM GITLAB TO DOCKERHUB ON 2020-08-15 ATTENTION - DOCKER IMAGE MOVED FROM GITLAB TO DOCKERHUB ON 2020-08-15
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