Go to file
2019-01-04 18:43:36 +03:30
common Main added and now stunning will make tunnels according to json config file, Adding statistics is in progress 2018-09-07 13:22:03 +04:30
example Project code formating corrected 2018-09-07 13:22:33 +04:30
interface Needed pointer of tcp client 2018-09-07 13:19:20 +04:30
tunnel Closed added to tunnels to be able to monitor them 2018-09-07 13:17:35 +04:30
_config.yml Set theme jekyll-theme-cayman 2018-10-17 09:42:16 +03:30
.gitignore gitignore file updated 2018-08-21 16:20:51 +04:30
.travis.yml default password for key and crt 2019-01-04 18:43:36 +03:30
LICENSE Initial commit 2018-06-18 17:15:21 +04:30
README.md ReadMe File updated 2018-08-26 12:05:25 +04:30
socks_test.go test file packages corrected 2019-01-04 17:59:46 +03:30
stunning.go Some refactoring. tests moved to test package 2018-09-16 18:36:32 +04:30
tcp_test.go test file packages corrected 2019-01-04 17:59:46 +03:30
tun_test.go test file packages corrected 2019-01-04 17:59:46 +03: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 Tcp Socket, Socks5 and Tun Device as your interface.

In future it's planned to add Udp Socket and Serial interfaces and a terminal for monitoring.

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

Helps would be appreciated! :)