mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add tun2socks to Networking (#4875)
* Add tun2socks to Networking * Fix grammar --------- Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
This commit is contained in:
parent
c2e492f31c
commit
a62c0712e2
@ -2028,6 +2028,7 @@ _Libraries for working with various layers of the network._
|
|||||||
- [tcp_server](https://github.com/firstrow/tcp_server) - Go library for building tcp servers faster.
|
- [tcp_server](https://github.com/firstrow/tcp_server) - Go library for building tcp servers faster.
|
||||||
- [tcpack](https://github.com/lim-yoona/tcpack) - tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program.
|
- [tcpack](https://github.com/lim-yoona/tcpack) - tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program.
|
||||||
- [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server.
|
- [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server.
|
||||||
|
- [tun2socks](https://github.com/xjasonlyu/tun2socks) - A pure go implementation of tun2socks powered by [gVisor](https://gvisor.dev/) TCP/IP stack.
|
||||||
- [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation.
|
- [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation.
|
||||||
- [vssh](https://github.com/yahoo/vssh) - Go library for building network and server automation over SSH protocol.
|
- [vssh](https://github.com/yahoo/vssh) - Go library for building network and server automation over SSH protocol.
|
||||||
- [water](https://github.com/songgao/water) - Simple TUN/TAP library.
|
- [water](https://github.com/songgao/water) - Simple TUN/TAP library.
|
||||||
|
Loading…
Reference in New Issue
Block a user