Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(RDGRS-752): Chisel update #24

Closed
wants to merge 69 commits into from
Closed

Commits on Aug 26, 2022

  1. Set ServerName (SNI) to *hostname. Useful for spoofing our way throug…

    …h restrictive gateways.
    ip-rw committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a64df5e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. 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](actions/checkout@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] <[email protected]>
    dependabot[bot] authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    fdc1e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Added --sni switch to control the ServerName when connecting with TLS…

    …. Makes 'domain fronting' possible.
    ip-rw committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2b90de6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    57ddad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Merge pull request jpillora#385 from Rajpratik71/Rajpratik71-patch-1

    feat: dependabot workflow automation for updating dependency
    jpillora authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d79bebe View commit details
    Browse the repository at this point in the history
  2. Merge pull request jpillora#376 from ip-rw/master

    Set ServerName (SNI) to *hostname.
    jpillora authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e814c44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jpillora#381 from jpillora/dependabot/github_actio…

    …ns/actions/checkout-3.1.0
    
    Bump actions/checkout from 2 to 3.1.0
    jpillora authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4cd7b36 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (jpillora#389)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    dd19bc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    230f714 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e703ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28a5018 View commit details
    Browse the repository at this point in the history
  8. Respond to /health and /version by request path rather than by the wh…

    …ole url string (jpillora#328)
    
    Co-authored-by: bar <[email protected]>
    BigSully and bar authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ed6adb9 View commit details
    Browse the repository at this point in the history
  9. Update version.go (jpillora#288)

    c-f authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4f58a39 View commit details
    Browse the repository at this point in the history
  10. Providing chisel's client with a logger level (jpillora#281)

    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    3 people authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    200a8e2 View commit details
    Browse the repository at this point in the history
  11. add EnvBool

    jpillora committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    556db3e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    fbc8ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4246b64 View commit details
    Browse the repository at this point in the history
  3. docker to use scratch

    jpillora committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e546a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e78ccc3 View commit details
    Browse the repository at this point in the history
  5. actions: setup go v3

    jpillora committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    feb571f View commit details
    Browse the repository at this point in the history
  6. switch to scratch image

    jpillora committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5ad1141 View commit details
    Browse the repository at this point in the history
  7. update dependabot

    jpillora committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3bdf6af View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. move chisel to flyio

    jpillora committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ce307e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Bump to Go 1.21 (jpillora#440)

    Co-authored-by: cmeng <[email protected]>
    jpillora and cmenginnz authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    69093be View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    4eb9e6a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    dca1156 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Bump golang.org/x/crypto from 0.12.0 to 0.16.0 (jpillora#473)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b75390b View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sync from 0.3.0 to 0.5.0 (jpillora#472)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2efe855 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump actions/setup-go from 3 to 5 (jpillora#484)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    3de1774 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    59e5362 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    3208da3 View commit details
    Browse the repository at this point in the history
  2. always test with latest stable

    binaries are already released with latest goreleaser, docker image uses alpine:go, both are latest stable go, so makes sense to always test with latest stable too
    jpillora committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ab8f06a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    2e0a28f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f982987 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    3ffd11f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update README.md

    Update to latest version of go.
    NitescuLucian authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    be12054 View commit details
    Browse the repository at this point in the history
  2. Set ServerName (SNI) to *hostname. Useful for spoofing our way throug…

    …h restrictive gateways.
    ip-rw authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    352b9bf View commit details
    Browse the repository at this point in the history
  3. Added --sni switch to control the ServerName when connecting with TLS…

    …. Makes 'domain fronting' possible.
    ip-rw authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5164ced View commit details
    Browse the repository at this point in the history
  4. 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](actions/checkout@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] <[email protected]>
    dependabot[bot] authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c5ab344 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (jpillora#389)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1c94e98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dea1c40 View commit details
    Browse the repository at this point in the history
  7. Add locking around the connection count to fix a data race. (jpillora…

    …#342)
    
    Co-authored-by: andres-portainer <[email protected]>
    2 people authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    87f2825 View commit details
    Browse the repository at this point in the history
  8. Providing chisel's client with a logger level (jpillora#281)

    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    3 people authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    23c6691 View commit details
    Browse the repository at this point in the history
  9. add EnvBool

    jpillora authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a1bdfe9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    02235c9 View commit details
    Browse the repository at this point in the history
  11. docker alpine->google-distroless

    jpillora authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0f33103 View commit details
    Browse the repository at this point in the history
  12. docker to use scratch

    jpillora authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f157d38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2dfb89d View commit details
    Browse the repository at this point in the history
  14. move chisel to flyio

    jpillora authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    41ff2aa View commit details
    Browse the repository at this point in the history
  15. Bump golang.org/x/sync from 0.3.0 to 0.5.0 (jpillora#472)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    da98c43 View commit details
    Browse the repository at this point in the history
  16. Bump to Go 1.22. Add .rpm .deb and .akp to releases. Fix bad ve…

    …rsion comparison.
    jpillora authored and NewtonMan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    65db54a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f699992 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0721ad0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    60463f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. always test with latest stable

    binaries are already released with latest goreleaser, docker image uses alpine:go, both are latest stable go, so makes sense to always test with latest stable too
    jpillora authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bfe919a View commit details
    Browse the repository at this point in the history
  2. RDNET-798 update chisel from upstream (#5)

    * Set ServerName (SNI) to *hostname. Useful for spoofing our way through restrictive gateways.
    
    * 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](actions/checkout@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] <[email protected]>
    
    * Added --sni switch to control the ServerName when connecting with TLS. Makes 'domain fronting' possible.
    
    * feat: dependabot workflow automation for updating dependency
    
    Signed-off-by: Pratik Raj <[email protected]>
    
    * Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (jpillora#389)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * UDP buffer size override with CHISEL_UDP_MAX_SIZE environment variable (jpillora#367)
    
    * Add locking around the connection count to fix a data race. (jpillora#342)
    
    Co-authored-by: andres-portainer <[email protected]>
    
    * fix: small typo error in main.go (jpillora#334)
    
    * Respond to /health and /version by request path rather than by the whole url string (jpillora#328)
    
    Co-authored-by: bar <[email protected]>
    
    * Update version.go (jpillora#288)
    
    * Providing chisel's client with a logger level (jpillora#281)
    
    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    
    * add EnvBool
    
    * Fix jpillora#390: Use code to generate certificates for client & server (jpillora#400)
    
    * docker alpine->google-distroless
    
    * docker to use scratch
    
    * Fix missing NetDialContext: c.config.DialContext (jpillora#398)
    
    * actions: setup go v3
    
    * switch to scratch image
    
    * update dependabot
    
    * move chisel to flyio
    
    * update from upstream
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Pratik Raj <[email protected]>
    Co-authored-by: ip-rw <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pratik Raj <[email protected]>
    Co-authored-by: Jaime Pillora <[email protected]>
    Co-authored-by: fsiegmund <[email protected]>
    Co-authored-by: andres-portainer <[email protected]>
    Co-authored-by: andres-portainer <[email protected]>
    Co-authored-by: 0xflotus <[email protected]>
    Co-authored-by: BigSully <[email protected]>
    Co-authored-by: bar <[email protected]>
    Co-authored-by: invist <[email protected]>
    Co-authored-by: zuzgon <[email protected]>
    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    Co-authored-by: Jaime Pillora <[email protected]>
    Co-authored-by: Guillaume SMAHA <[email protected]>
    17 people authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fd493db View commit details
    Browse the repository at this point in the history
  3. RDNET-996: bump versions (#6)

    * bump versions
    
    * bump versions
    
    * trigger actions
    bmartins-unit authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    db05525 View commit details
    Browse the repository at this point in the history
  4. RDNET-996: test-action (#7)

    * bump versions
    bmartins-unit authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0b462c4 View commit details
    Browse the repository at this point in the history
  5. Upstream sync (#14)

    * Set ServerName (SNI) to *hostname. Useful for spoofing our way through restrictive gateways.
    
    * 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](actions/checkout@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] <[email protected]>
    
    * Added --sni switch to control the ServerName when connecting with TLS. Makes 'domain fronting' possible.
    
    * feat: dependabot workflow automation for updating dependency
    
    Signed-off-by: Pratik Raj <[email protected]>
    
    * Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (jpillora#389)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * UDP buffer size override with CHISEL_UDP_MAX_SIZE environment variable (jpillora#367)
    
    * Add locking around the connection count to fix a data race. (jpillora#342)
    
    Co-authored-by: andres-portainer <[email protected]>
    
    * fix: small typo error in main.go (jpillora#334)
    
    * Respond to /health and /version by request path rather than by the whole url string (jpillora#328)
    
    Co-authored-by: bar <[email protected]>
    
    * Update version.go (jpillora#288)
    
    * Providing chisel's client with a logger level (jpillora#281)
    
    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    
    * add EnvBool
    
    * Fix jpillora#390: Use code to generate certificates for client & server (jpillora#400)
    
    * docker alpine->google-distroless
    
    * docker to use scratch
    
    * Fix missing NetDialContext: c.config.DialContext (jpillora#398)
    
    * actions: setup go v3
    
    * switch to scratch image
    
    * update dependabot
    
    * move chisel to flyio
    
    * Bump to Go 1.21 (jpillora#440)
    
    Co-authored-by: cmeng <[email protected]>
    
    * add arm v5 builds (jpillora#395)
    
    * Sync with upstream
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Pratik Raj <[email protected]>
    Co-authored-by: ip-rw <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pratik Raj <[email protected]>
    Co-authored-by: Jaime Pillora <[email protected]>
    Co-authored-by: fsiegmund <[email protected]>
    Co-authored-by: andres-portainer <[email protected]>
    Co-authored-by: andres-portainer <[email protected]>
    Co-authored-by: 0xflotus <[email protected]>
    Co-authored-by: BigSully <[email protected]>
    Co-authored-by: bar <[email protected]>
    Co-authored-by: invist <[email protected]>
    Co-authored-by: zuzgon <[email protected]>
    Co-authored-by: Barak Sharoni <[email protected]>
    Co-authored-by: barak-sharoni-velocity <[email protected]>
    Co-authored-by: Jaime Pillora <[email protected]>
    Co-authored-by: Guillaume SMAHA <[email protected]>
    Co-authored-by: cmeng <[email protected]>
    Co-authored-by: maurerr <[email protected]>
    19 people authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2994856 View commit details
    Browse the repository at this point in the history
  6. feat(RDGRS-662): build image (#20)

    * feat(RDGRS-662): build image
    
    * feat(RDGRS-662): restore test CI and dependabot
    
    * feat(RDGRS-662): test CI only on linux
    
    * feat(RDGRS-662): add version to goreleaser
    OS-henriquesantos authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ccaafa1 View commit details
    Browse the repository at this point in the history
  7. Set ServerName (SNI) to *hostname. Useful for spoofing our way throug…

    …h restrictive gateways.
    ip-rw authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8ca4943 View commit details
    Browse the repository at this point in the history
  8. Added --sni switch to control the ServerName when connecting with TLS…

    …. Makes 'domain fronting' possible.
    ip-rw authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    997717b View commit details
    Browse the repository at this point in the history
  9. 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](actions/checkout@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] <[email protected]>
    dependabot[bot] authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f4ceec3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a2b5e6 View commit details
    Browse the repository at this point in the history
  11. Add locking around the connection count to fix a data race. (jpillora…

    …#342)
    
    Co-authored-by: andres-portainer <[email protected]>
    2 people authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    694ee00 View commit details
    Browse the repository at this point in the history
  12. add EnvBool

    jpillora authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    af32801 View commit details
    Browse the repository at this point in the history
  13. docker alpine->google-distroless

    jpillora authored and NewtonMan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cb030e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87565c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. move chisel to flyio

    Signed-off-by: Newton Pasqualini Filho <[email protected]>
    jpillora authored and NewtonMan committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7238042 View commit details
    Browse the repository at this point in the history