Releases: Skaronator/chisel
Releases · Skaronator/chisel
v1.11.3-skn
Changelog
- 21523b8 Add --hostname argument
- 7a3fa52 Add --max-retry-interval option for client.
- dfe6d4d Add Github workflow steps to build multi-architecture Docker images
- cefd86a Add HOST header
- d4ce26a Add ToC
- ab3eec5 Add authfile
- deafd52 Add beginnging of reverse-tunneling guide
- 597a22d Add client description
- af38a54 Add client reverse example with authentication
- 2875fa1 Add client setup
- 236887d Add dependabot yaml to keep Github actions up to date
- 2a44830 Add description for server mode
- 468c380 Add details
- a65716a Add docker-compose client section
- 8fb0120 Add instructions for Fedora
- f30e814 Add intro
- 3e703ae Add locking around the connection count to fix a data race. (jpillora#342)
- e1b0eb9 Add plain authenticated chisel server (reverse)
- c19ff8a Add server compose file
- d198ce3 Add server configuration
- 078007e Add support for custom headers
- e136e0f Add use case
- 2b90de6 Added --sni switch to control the ServerName when connecting with TLS. Makes 'domain fronting' possible.
- 93858e6 Additional formatting revision
- 8ce920a Bump Go version to 1.25.1 and update all dependencies (jpillora#568)
- fdc1e10 Bump actions/checkout from 2 to 3.1.0
- 3de1774 Bump actions/setup-go from 3 to 5 (jpillora#484)
- dd19bc6 Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (jpillora#389)
- b75390b Bump golang.org/x/crypto from 0.12.0 to 0.16.0 (jpillora#473)
- 2efe855 Bump golang.org/x/sync from 0.3.0 to 0.5.0 (jpillora#472)
- 69093be Bump to Go 1.21 (jpillora#440)
- 59e5362 Bump to Go 1.22. Add
.rpm.deband.akpto releases. Fix bad version comparison. - 2037ed4 Capitalization revision
- 4d057d7 Capitalization revision
- 46692b9 Capitalization revision
- 8bdadc9 Capitalize title
- 00af5b2 Chisel Service Health Check
- 29783d3 Clarify syntax used in compose file
- f360e46 Delete main_test.go
- 1a4d7e1 Delete redundant scripts
- 66455a6 Delete redundant verbage
- 1382a4a Dockerized (closes jpillora#12)
- fbc8ad9 Fix jpillora#390: Use code to generate certificates for client & server (jpillora#400)
- 36d5e41 Fix jpillora#48.
- 91d0f66 Fix CHISEL_KEY environment variable ignored when --keyfile not set (jpillora#571)
- 5ac1a22 Fix CI workflow Go version to match go.mod requirement (jpillora#572)
- 864b1c0 Fix goreleaser Windows ARM32 builds and CI compatibility
- d17765d Fix keepalive
- e78ccc3 Fix missing NetDialContext: c.config.DialContext (jpillora#398)
- 20eb65b Fix missing host in addr string
- cd4a401 Fix typo in README
- 97cbf8c Fixing issue jpillora#74
- b1c9eef Formatting revision
- 2b922bc Grammatical revision
- 816ee43 Grammatical revisions
- cd6468c IPv6 remotes support (closes jpillora#197, thanks @shawnhwei)
- 7eed68f Improve description of Chisel server function
- 6d83df3 Merge branch 'client-socks' of https://github.com/aus/chisel into red
- c7c2b24 Merge pull request jpillora#16 from KazeFlame/fix-1
- 4ebf6df Merge pull request jpillora#21 from geneticgrabbag/patch-1
- f322999 Merge pull request jpillora#235 from fabaff/patch-1
- 92d90be Merge pull request jpillora#246 from pbstriker38/multi_architecture_image_build
- f8cfc59 Merge pull request jpillora#253 from noahsbwilliams/doc-examples
- 2716938 Merge pull request jpillora#282 from noahsbwilliams/refactor-doc
- 60d62c6 Merge pull request jpillora#291 from poerhiza/makefile
- a47b1b3 Merge pull request jpillora#315 from Taknok/keepalive
- 9e97ddf Merge pull request jpillora#329 from NitescuLucian/patch-1
- bea4540 Merge pull request jpillora#362 from ayelet-ack/side/ayeleta/fix_retry_issue
- 6ad5834 Merge pull request jpillora#365 from Masterxilo/Masterxilo-patch-1
- b7336ef Merge pull request jpillora#371 from codenoid/master
- e814c44 Merge pull request jpillora#376 from ip-rw/master
- 4cd7b36 Merge pull request jpillora#381 from jpillora/dependabot/github_actions/actions/checkout-3.1.0
- d79bebe Merge pull request jpillora#385 from Rajpratik71/Rajpratik71-patch-1
- 03974d9 Merge pull request jpillora#50 from anacrolix/trivial
- 9698471 Merge pull request jpillora#76 from nathan0/master
- a451541 Merge pull request jpillora#77 from patrick-othmer/master
- 4563eb9 Merge pull request jpillora#96 from deviantony/feat-server-fingerprint-getter
- 0edc0e5 Merge remote-tracking branch 'wxia/mTLS_authentication'
- 70aeb82 Merge tag 'v1.11.3' into proxy-protocol
- 200a8e2 Providing chisel's client with a logger level (jpillora#281)
- 7167b4b README: remove -v from go install command
- 7f06465 Refactor headings
- 5398b7d Remove unnecessary changes
- ed6adb9 Respond to /health and /version by request path rather than by the whole url string (jpillora#328)
- b8f74ec Semantic revision
- 2e4920e Semantic revision
- a64df5e Set ServerName (SNI) to *hostname. Useful for spoofing our way through restrictive gateways.
- 98a3847 Some trivial changes
- 004471b Spelling revision
- fe69ee6 Support for --pid option
- 9005ee6 Support for --pid option
- a16c592 This commit implements Feature Request jpillora#59
- 230f714 UDP buffer size override with CHISEL_UDP_MAX_SIZE environment variable (jpillora#367)
- fd1d7be Update README.md
- 89cd0c7 Update README.md
- de0e434 Update README.md
- 2d6c5cb Update client to fall-back to MD5 fingerprints
- 1cc5ad4 Update formatting in preparation for Docker section
- 56ccb00 Update server.go
- 4f58a39 Update version.go (jpillora#288)
- 7d9a171 Use SHA256 hashes for key fingerprints
- 1f07744 Users Reloading
- feb571f actions: setup go v3
- f435532 add --pid option support
- d668677 add -proxy socks:// to README.md
- 556db3e add EnvBool
- 3ae61e5 add ResetUsers server method (closes jpillora#175)
- 18d8d6f add a GetFingerprint() getter to Server struct
- f3a8df2 add a the ability to add/delete users dynamically (jpillora#107)
- 4eb9e6a add arm v5 builds (jpillora#395)
- 7eba741 add client-outbound SOCKS support
- 87a8539 add connection counts to verbose logs
- f7604a5 add docs
- 54029e5 add go1.15 to test matrix, dont ignore tls common-names
- aa729dd add license (jpillora#113)
- 0791425 add nil check for c.socksServer
- e8eba37 add one-line install, remove beta warning (two years with no issues)
- 7497a3a add support for connecting to chisel server via socks5 proxy in client
- d8b404b add tls (and auto-certificate) support
- 53e72fe...