fullproxy repository project (#4293)

- URL to fullproxy project ( https://github.com/shoriwe/fullproxy )
- pkg.go.dev ( https://pkg.go.dev/github.com/shoriwe/fullproxy/v3 )
- Go report ( https://goreportcard.com/report/github.com/shoriwe/fullproxy/v3 )
This commit is contained in:
Antonio 2022-07-10 16:00:51 -05:00 committed by GitHub
parent b60a8cae23
commit 554eabdbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1808,6 +1808,7 @@ _Libraries for working with various layers of the network._
- [fortio](https://github.com/fortio/fortio) - Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph them. Tcp, Http, gRPC.
- [ftp](https://github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in [RFC 959](https://tools.ietf.org/html/rfc959).
- [ftpserverlib](https://github.com/fclairamb/ftpserverlib) - Fully featured FTP server library.
- [fullproxy](https://github.com/shoriwe/fullproxy) - A fully featured scriptable and daemon configurable proxy and pivoting toolkit with SOCKS5, HTTP, raw ports and reverse proxy protocols.
- [gaio](https://github.com/xtaci/gaio) - High performance async-io networking for Golang in proactor mode.
- [gev](https://github.com/Allenxuxu/gev) - gev is a lightweight, fast non-blocking TCP network library based on Reactor mode.
- [gldap](https://github.com/jimlambrt/gldap) - gldap provides an ldap server implementation and you provide handlers for its ldap operations.