Skip to content

Commit

Permalink
Add tun2socks to Networking (#4875)
Browse files Browse the repository at this point in the history
* Add tun2socks to Networking

* Fix grammar

---------

Co-authored-by: Yassine Benaid <[email protected]>
  • Loading branch information
xjasonlyu and yassinebenaid authored Aug 30, 2024
1 parent c2e492f commit a62c071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- [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.
- [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.
- [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.
Expand Down

0 comments on commit a62c071

Please sign in to comment.