Releases: piaodazhu/proxylite
Releases · piaodazhu/proxylite
🔮 proxylite v0.3.1
🔮 proxylite v0.3.0
In this release:
- Support customized hook function.
- Add Stop() method for proxyServer. It can be called in other goroutine to stop the blocking Run() method.
- Fix fatal bug in unit test: the proxyServer is never stopped, so the port is already in use.
🔮 proxylite v0.2.1
Notable updates in this release are:
- In service discovery, onlineUserCount, servedUserCount, capability, totalUserCount and deadline is displayed.
- Change the behaviour of concurrency control. When online user count reach the capability, new comming user will be rejected.
🔮 proxylite v0.2.0
Units test makes program stronger. In this version:
- Multiplexing is support. Now one register can serve multiple different users.
- Register control is support: maxConn, maxCount, maxTime for concurrency control, total serving times control and timeout control.
- Several fatal bugs are fixed. All units tests are passed.
🔮 proxylite v0.1.0
It is the first release of proxylite.
proxylite
is a dynamic TCP reverse proxy Golang package for NAT or firewall traversal. It is god damn easy to integrate network traversal feature into your project with proxylite.
Different from well-known frp, proxylite
is not a set of runnable programs, but a lightweight package, which provides good flexibility and is easy to integrate in golang projects. Of course, build a set of runnable programs is also a piece of cake.