Commit Graph

222 Commits

Author SHA1 Message Date
Jaime Pillora 556db3efad add EnvBool 2022-10-31 16:08:20 +11:00
zuzgon 200a8e25d7 Providing chisel's client with a logger level (#281)
Co-authored-by: Barak Sharoni <barak.sharoni@velocity.tech>
Co-authored-by: barak-sharoni-velocity <81081183+barak-sharoni-velocity@users.noreply.github.com>
2022-10-31 15:56:27 +11:00
invist 4f58a395f6 Update version.go (#288) 2022-10-31 15:54:57 +11:00
BigSully ed6adb98bc Respond to /health and /version by request path rather than by the whole url string (#328)
Co-authored-by: bar <foo@example.org>
2022-10-31 15:53:36 +11:00
0xflotus 28a5018b8b fix: small typo error in main.go (#334) 2022-10-31 15:52:31 +11:00
andres-portainer 3e703ae0fe Add locking around the connection count to fix a data race. (#342)
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
2022-10-31 15:46:46 +11:00
fsiegmund 230f7147ee UDP buffer size override with CHISEL_UDP_MAX_SIZE environment variable (#367) 2022-10-31 15:41:44 +11:00
dependabot[bot] dd19bc696c Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (#389)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 15:10:15 +11:00
Jaime Pillora 4cd7b3607e Merge pull request #381 from jpillora/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2022-10-31 15:07:57 +11:00
Jaime Pillora e814c44bc5 Merge pull request #376 from ip-rw/master
Set ServerName (SNI) to *hostname.
2022-10-31 15:07:13 +11:00
Jaime Pillora d79bebe0a0 Merge pull request #385 from Rajpratik71/Rajpratik71-patch-1
feat: dependabot workflow automation for updating dependency
2022-10-31 14:59:20 +11:00
Pratik Raj 57ddad654a feat: dependabot workflow automation for updating dependency
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
2022-10-27 13:22:38 +05:30
ip-rw 2b90de64cf Added --sni switch to control the ServerName when connecting with TLS. Makes 'domain fronting' possible. 2022-10-11 14:11:43 +02:00
dependabot[bot] fdc1e1064c Bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 20:08:32 +00:00
ip-rw a64df5e37c Set ServerName (SNI) to *hostname. Useful for spoofing our way through restrictive gateways. 2022-08-26 20:41:34 +01:00
Jaime Pillora bea454040d Merge pull request #362 from ayelet-ack/side/ayeleta/fix_retry_issue
fix retry mechanism
2022-08-15 05:56:05 +10:00
Jaime Pillora b7336ef024 Merge pull request #371 from codenoid/master
README: remove -v from go install command
2022-07-10 23:17:48 +10:00
codenoid 7167b4b614 README: remove -v from go install command 2022-07-10 19:59:28 +07:00
Jaime Pillora 6ad5834ef9 Merge pull request #365 from Masterxilo/Masterxilo-patch-1
Update server.go
2022-06-17 09:41:12 +10:00
Paul Frischknecht 56ccb008ad Update server.go
spelling authenication -> authentication
2022-06-16 19:38:05 +02:00
Ayelet Ackerfeld 2f82e23498 fix retry mechanism 2022-05-25 18:11:08 +03:00
Jaime Pillora 9e97ddfe60 Merge pull request #329 from NitescuLucian/patch-1
Update README.md
2022-02-04 07:24:19 +11:00
Jaime Pillora bcb6e58dfd fix image size badge 2022-01-31 15:40:31 +11:00
Jaime Pillora a47b1b318e Merge pull request #315 from Taknok/keepalive
Fix keepalive
v1.7.7
2022-01-31 13:22:48 +11:00
Lucian Nitescu 89cd0c7aaa Update README.md
Update to latest version of go.
2022-01-20 15:23:15 +02:00
pg dev d17765d425 Fix keepalive
Pass the client config keepalive to the tunnel config.
2021-11-27 13:37:17 -05:00
Jaime Pillora 60d62c6f20 Merge pull request #291 from poerhiza/makefile
chore(build): add basic makefile to make life simpler
2021-07-09 10:28:49 +10:00
Poe Rhiza 864c3a25cf chore(make): update release and all to leverage --config 2021-06-29 22:36:08 -04:00
Poe Rhiza 77919c1b7e fix(commit): remove GCFLAG trimpath use boolean, add release 2021-06-29 22:31:41 -04:00
Poe Rhiza b28273028a chore(build): add basic makefile to make life simpler 2021-06-28 21:27:42 -04:00
Jaime Pillora 2716938296 Merge pull request #282 from noahsbwilliams/refactor-doc
Docs: Add ToC & refactor headings
2021-05-27 12:48:03 +10:00
Noah Williams 7f064658ae Refactor headings 2021-05-25 10:42:55 -08:00
Noah Williams 8bdadc91fc Capitalize title 2021-05-25 10:37:41 -08:00
Noah Williams d4ce26ae33 Add ToC 2021-05-25 10:34:41 -08:00
Jaime Pillora f8cfc590aa Merge pull request #253 from noahsbwilliams/doc-examples
Add reverse tunneling examples
2021-05-23 14:46:22 +10:00
Noah Williams 66455a64e9 Delete redundant verbage 2021-03-14 15:30:59 -08:00
Noah Williams 2a44830ed0 Add description for server mode 2021-03-14 15:30:18 -08:00
Noah Williams 46692b9c4f Capitalization revision 2021-03-14 15:29:12 -08:00
Noah Williams 7eed68ffc5 Improve description of Chisel server function 2021-03-14 15:28:43 -08:00
Noah Williams 2037ed44c2 Capitalization revision 2021-03-14 15:27:00 -08:00
Noah Williams 597a22d599 Add client description 2021-03-14 15:26:43 -08:00
Noah Williams 1a4d7e10bb Delete redundant scripts 2021-03-14 15:24:16 -08:00
Noah Williams 4d057d7fde Capitalization revision 2021-03-14 15:23:39 -08:00
Noah Williams 004471b6b7 Spelling revision 2021-03-14 15:23:02 -08:00
Noah Williams 2e4920ec69 Semantic revision 2021-03-14 15:22:39 -08:00
Noah Williams 2b922bc604 Grammatical revision 2021-03-14 15:20:58 -08:00
Noah Williams b8f74ecabc Semantic revision 2021-03-14 15:19:24 -08:00
Noah Williams 93858e6f98 Additional formatting revision 2021-03-13 12:55:06 -09:00
Noah Williams b1c9eefec1 Formatting revision 2021-03-13 12:54:46 -09:00
Noah Williams a65716a1b6 Add docker-compose client section 2021-03-13 12:49:35 -09:00