Skip to content

Tags: mikegarts/chisel

Tags

v1.7.4

display client ip in verbose server logs (closes jpillora#233)

v1.7.3

go dropped support for mips64p32, ppc, s390

v1.7.2

support android retries

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IPv6 remotes support (closes jpillora#197, thanks @shawnhwei)

* Support IPv6 remotes

* Adjust validation for IPv6 remotes

* IPv6 refactoring

* Further loosen remote part matching regex

v1.7.0

fix Server.Start error (closes jpillora#195)

v1.6.0

merge client stdio support (closes jpillora#166 thanks @BoleynSu!)

v1.5.2

minor doc changes, test docker build

v1.5.1

doc changes, fixed docker auto-build, moved licence to standalone file

v1.5.0

merge client reverse+socks PR by @aus (closes jpillora#78)

- @aus's branch also includes PR for
custom headers, thanks @AkeemMcLennon  (closes jpillora#90)
- support client connections via socks
- add more architectures to the built releases
- remove vendor (go.sum will enforce correct deps)

v1.4.0

upgrade deps, rename test/ to bench/, add goreleaser