Commit Graph

  • 2e4920ec69 Semantic revision Noah Williams 2021-03-14 15:22:39 -08:00
  • 2b922bc604 Grammatical revision Noah Williams 2021-03-14 15:20:58 -08:00
  • b8f74ecabc Semantic revision Noah Williams 2021-03-14 15:19:24 -08:00
  • 93858e6f98 Additional formatting revision Noah Williams 2021-03-13 12:55:06 -09:00
  • b1c9eefec1 Formatting revision Noah Williams 2021-03-13 12:54:46 -09:00
  • a65716a1b6 Add docker-compose client section Noah Williams 2021-03-13 12:49:35 -09:00
  • ab3eec53d9 Add authfile Noah Williams 2021-03-13 12:35:36 -09:00
  • 29783d3dfc Clarify syntax used in compose file Noah Williams 2021-03-13 12:34:32 -09:00
  • c19ff8a194 Add server compose file Noah Williams 2021-03-13 12:29:23 -09:00
  • f30e814eb7 Add intro Noah Williams 2021-03-13 12:20:21 -09:00
  • 1cc5ad4bfc Update formatting in preparation for Docker section Noah Williams 2021-03-13 12:19:32 -09:00
  • 816ee43265 Grammatical revisions Noah Williams 2021-03-13 12:11:24 -09:00
  • e136e0ff8d Add use case Noah Williams 2021-03-13 12:09:25 -09:00
  • 2875fa14d1 Add client setup Noah Williams 2021-03-13 12:04:32 -09:00
  • d198ce3132 Add server configuration Noah Williams 2021-03-13 11:56:31 -09:00
  • deafd5272b Add beginnging of reverse-tunneling guide Noah Williams 2021-03-13 11:46:28 -09:00
  • af38a54d8d Add client reverse example with authentication Noah Williams 2021-03-11 14:32:49 -09:00
  • e1b0eb9937 Add plain authenticated chisel server (reverse) Noah Williams 2021-03-11 14:25:17 -09:00
  • 02a4be1660 split release job into binaries/docker image v1.7.6 Jaime Pillora 2021-02-18 23:47:43 +11:00
  • decab0e943 update go test in ci update-ci-go Jaime Pillora 2021-02-18 23:31:25 +11:00
  • 92d90be68a Merge pull request #246 from pbstriker38/multi_architecture_image_build v1.7.5 Jaime Pillora 2021-02-18 23:23:54 +11:00
  • dfe6d4d76d Add Github workflow steps to build multi-architecture Docker images Daniel Alfaro 2021-02-17 11:32:32 -08:00
  • 236887d7fb Add dependabot yaml to keep Github actions up to date Daniel Alfaro 2021-02-17 11:31:31 -08:00
  • f3229993c1 Merge pull request #235 from fabaff/patch-1 Jaime Pillora 2021-01-15 10:39:21 +11:00
  • 468c380736 Add details Fabian Affolter 2021-01-14 14:32:30 +01:00
  • c410372d0a display client ip in verbose server logs (closes #233) v1.7.4 Jaime Pillora 2021-01-14 03:39:38 +11:00
  • 87675c40bc check for listen errors (fixes #232) Jaime Pillora 2021-01-14 03:35:37 +11:00
  • 8fb01209b2 Add instructions for Fedora Fabian Affolter 2021-01-10 11:25:35 +01:00
  • 20921074b5 go dropped support for mips64p32, ppc, s390 v1.7.3 Jaime Pillora 2020-11-17 05:28:54 +11:00
  • 6ddc09d281 document udp, log client connection failures, expose more settings via env-vars Jaime Pillora 2020-11-17 04:52:45 +11:00
  • f04afd2285 help goes to stdout and exits with 0, remove incorrect versioning from help Jaime Pillora 2020-11-17 03:13:22 +11:00
  • 2d6c5cba61 Update client to fall-back to MD5 fingerprints Simon Rüegg 2020-11-09 19:44:36 +01:00
  • 7d9a171676 Use SHA256 hashes for key fingerprints Simon Rüegg 2020-11-09 19:07:41 +01:00
  • a9cecff823 support android retries v1.7.2 Jaime Pillora 2020-10-19 04:53:48 +11:00
  • cd6468cc84 IPv6 remotes support (closes #197, thanks @shawnhwei) v1.7.1 Shawn Hwei 2020-09-21 02:05:22 +08:00
  • 6fce8e1e6e fix Server.Start error (closes #195) v1.7.0 Jaime Pillora 2020-09-17 22:22:33 +10:00
  • c3aa71bec7 test: disable goroutine leak detection for windows Jaime Pillora 2020-09-03 07:54:26 +10:00
  • 54029e5859 add go1.15 to test matrix, dont ignore tls common-names Jaime Pillora 2020-09-03 07:30:19 +10:00
  • 9baf31411d only show LE warning if using a domain Jaime Pillora 2020-09-03 07:28:55 +10:00
  • 59d78358cc merge mtls (thanks @wxia20) Jaime Pillora 2020-09-03 07:08:55 +10:00
  • 0edc0e5399 Merge remote-tracking branch 'wxia/mTLS_authentication' Jaime Pillora 2020-09-01 07:08:18 +10:00
  • 2b0c451123 custom WaitGroup with DoneAll Jaime Pillora 2020-09-01 07:06:18 +10:00
  • 3542fb8e85 address PR code review feedback Will Xia 2020-08-30 08:18:26 -04:00
  • 798ec04a6b fix stdio "cannot listen", fix udp goroutine leak Jaime Pillora 2020-08-29 01:27:08 +10:00
  • 7ca9034c47 mTLS authentication feature. 1. Adding client cert and key to Chisel client. 2. Adding trusted CAs to Chisel server. 3. Adding TLS/mTLS e2e test case and test certs and keys. 4. Adding flag and help comments. Will Xia 2020-08-24 18:17:38 -04:00
  • 4f33489f62 fix multiple getters panic Jaime Pillora 2020-08-22 22:29:13 +10:00
  • 7c997d2db8 added client tls skip-verify and ca flags (closes #129 closes #116) Jaime Pillora 2020-07-23 07:12:49 +10:00
  • 878ab0744d revert android release Jaime Pillora 2020-07-23 06:13:32 +10:00
  • 31f19e849b release android binaries (closes #147) Jaime Pillora 2020-07-23 05:56:16 +10:00
  • 0fb4af684f watch config file instead of dir (closes #170) Jaime Pillora 2020-07-23 05:40:23 +10:00
  • d8b404bd02 add tls (and auto-certificate) support Jaime Pillora 2020-07-23 05:11:28 +10:00
  • 3ae61e5d5d add ResetUsers server method (closes #175) Jaime Pillora 2020-07-23 01:29:57 +10:00
  • e3abdc607e udp listener cleanup, add early port listen checks Jaime Pillora 2020-07-23 01:26:47 +10:00
  • 33fa2010ab refactor Jaime Pillora 2020-07-20 20:17:24 +10:00
  • 2da7d92721 fix udp reconnects Jaime Pillora 2020-07-19 05:33:08 +10:00
  • edad853073 improved teardown and logging Jaime Pillora 2020-07-19 04:46:49 +10:00
  • 9ef78e9818 fix windows build Jaime Pillora 2020-07-18 11:29:02 +10:00
  • 53e72fe2ba add udp support, massive refactor and more (see below) Jaime Pillora 2020-07-18 11:05:53 +10:00
  • 3163a71845 docs udp Jaime Pillora 2020-07-18 09:02:04 +10:00
  • 7d6cf3f14b clean up, improve tests Jaime Pillora 2020-07-18 06:28:22 +10:00
  • 7ad7c514dc wip Jaime Pillora 2020-07-17 14:18:05 +10:00
  • 081adeffe8 support pre-releases Jaime Pillora 2020-07-16 03:36:03 +10:00
  • 9bc6b96d94 synchronise tests Jaime Pillora 2020-07-16 02:46:24 +10:00
  • e1bdf8c121 sleep? Jaime Pillora 2020-07-11 13:58:29 +10:00
  • b14878ea4c large refactor, need to do a compat check Jaime Pillora 2020-07-11 13:55:15 +10:00
  • 510d1089ab wip Jaime Pillora 2020-07-10 07:44:36 +10:00
  • 9230240171 adding udp support (incomplete) Jaime Pillora 2020-06-17 23:54:10 +10:00
  • 591f95885f merge client stdio support (closes #166 thanks @BoleynSu!) v1.6.0 Jaime Pillora 2020-06-17 21:44:37 +10:00
  • a16c592dc8 This commit implements Feature Request #59 merge-conflicts-resolved Boleyn Su 2020-06-13 20:07:23 +09:00
  • 5271d7b062 minor doc changes, test docker build v1.5.2 Jaime Pillora 2020-05-21 01:05:24 +10:00
  • 7aa0da95db doc changes, fixed docker auto-build, moved licence to standalone file v1.5.1 Jaime Pillora 2020-05-20 22:08:17 +10:00
  • aa729ddcb6 add license (#113) Alexandre ZANNI 2020-05-20 13:41:45 +02:00
  • 68050d031a merge client reverse+socks PR by @aus (closes #78) v1.5.0 Jaime Pillora 2020-05-20 21:13:48 +10:00
  • d9c45c6b90 dockerfile: no mod vendor Jaime Pillora 2020-04-07 09:07:20 +10:00
  • 04d4f30dd6 upgrade deps, rename test/ to bench/, add goreleaser v1.4.0 Jaime Pillora 2020-04-02 01:31:42 +11:00
  • 0069168fc8 drop vendor/ Jaime Pillora 2020-04-02 01:28:18 +11:00
  • f360e46274 Delete main_test.go aus 2019-10-29 16:18:22 -05:00
  • 4a52b79310 enable real ip logging aus 2019-10-29 14:30:52 -05:00
  • 3f2899c789 derp aus 2019-08-28 17:04:35 -05:00
  • 1427263568 merge http header PR aus 2019-08-28 17:00:57 -05:00
  • fc9f50a1a6 expose NetDialContext aus 2019-08-28 12:15:23 -05:00
  • c95714667e fix Client struct aus 2019-08-28 12:01:32 -05:00
  • a8075a0d69 merge PRs aus 2019-08-28 11:57:47 -05:00
  • 6d83df33d1 Merge branch 'client-socks' of https://github.com/aus/chisel into red aus 2019-08-28 11:46:40 -05:00
  • c9b6bf910c change import url to aus/chisel aus 2019-08-28 11:44:25 -05:00
  • fc1a0c0622 say explicitly that only socks5h:// socks proxy variant is supported, and socks:// defaults to socks5h:// Meteorite 2019-08-27 22:01:56 +03:00
  • f3a8df20e3 add a the ability to add/delete users dynamically (#107) 1.3.2 Anthony Lapenna 2019-07-25 11:21:13 +12:00
  • 4563eb9219 Merge pull request #96 from deviantony/feat-server-fingerprint-getter Jaime Pillora 2019-07-19 17:58:05 +10:00
  • 18d8d6f71f add a GetFingerprint() getter to Server struct Anthony Lapenna 2019-06-07 14:17:56 +12:00
  • 078007ee13 Add support for custom headers Akeem McLennon 2019-03-27 19:07:34 -05:00
  • 0791425d44 add nil check for c.socksServer aus 2019-02-24 17:47:24 -06:00
  • cac0114b94 update usage for R:socks info aus 2019-02-23 22:52:32 -06:00
  • 8607fa10b4 rework to support remote R:socks syntax aus 2019-02-23 15:09:25 -06:00
  • 622272bf2e format recent changes with go fmt Meteorite 2019-02-10 12:35:23 +03:00
  • d6686776b5 add -proxy socks:// to README.md Meteorite 2019-02-10 11:01:58 +03:00
  • f5e0bce0cd update go.mod, vendor consistent golang.org/x/net parts Meteorite 2019-02-09 23:41:12 +03:00
  • 7497a3acca add support for connecting to chisel server via socks5 proxy in client Meteorite 2019-02-09 22:58:05 +03:00
  • 7eba7410fd add client-outbound SOCKS support aus 2019-02-02 22:06:16 -06:00
  • ee6601a6bb update help text 1.3.1 Jaime Pillora 2019-01-28 20:22:58 +11:00
  • 9698471c81 Merge pull request #76 from nathan0/master Jaime Pillora 2019-01-28 20:09:02 +11:00