Releases: wlh320/portguard
Releases · wlh320/portguard
v0.3.2
v0.3.1
Release v0.3.1
- before starting forwarding, server will verify file hash of reverse proxy client.
- add a minimal client-only binary named
pgcli
for reducing file size in client side. - add a new subcommand
mod-cli
to re-generate existing client's keypair. - change default listening port of client to
8022
v0.3.0
Release v0.3.0
changes compared to v0.2.1:
v0.3.0
--reverse
argument is removed for client because role of client can be detected automatically- clients in server config are now represented as set rather than map.
v0.3.0-pre2
- add
ssh -R
feature using yamux (It just works, recommend to use existing projects like frp or rathole with-L
mode) - add
ssh -R
+ssh -D
feature (socks5 reverse proxy) - more tests needed
v0.3.0-pre2
Release v0.3.0-pre2
- add ssh -R feature using yamux (It just works, recommend to use existing projects like frp or rathole with -L mode)
- add ssh -R + ssh -D feature (socks5 reverse proxy)
- more tests needed