Go to file
2018-08-21 16:18:46 +04:30
.idea adding serial interface 2018-07-28 00:58:00 +04:30
common adding serial interface 2018-07-28 00:58:00 +04:30
example http tunnel is working now, but there are some minor bugs to be resolved 2018-07-07 16:56:56 +04:30
interface adding serial interface 2018-07-28 00:58:00 +04:30
tunnel adding serial interface 2018-07-28 00:58:00 +04:30
.gitignore Initial commit 2018-06-18 17:15:21 +04:30
.gitlab-ci.yml some refactoring and debugging 2018-07-13 22:24:20 +04:30
LICENSE Initial commit 2018-06-18 17:15:21 +04:30
README.md https tunnel added. some refactoring done 2018-07-11 13:21:59 +04:30
socks_test.go some refactoring and debugging 2018-07-13 22:24:20 +04:30
stunning.go adding serial interface 2018-07-28 00:58:00 +04:30
tcp_test.go some refactoring and debugging 2018-07-13 22:24:20 +04:30
tun_test.go http tunnel is working now, but there are some minor bugs to be resolved 2018-07-07 16:56:56 +04:30

stunning

Stunning is an alternative for stunnnel written all in Golang. It's a lib that help you to tunnel different type of network traffic. So far Tcp, Udp, Tls, Http and Https tunnels are implemented and You can use Udp Socket, Tcp Socket, Socks5 and Tun Device as your interface.

In future it's planned to add a terminal interface.

There are test written for socks and tcp sockets and more tests would be added in future.

helps would be appreciated!