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

Upstream sync #14

Merged
merged 27 commits into from
Sep 6, 2023
Merged

Upstream sync #14

merged 27 commits into from
Sep 6, 2023

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] <support@github.com>
    dependabot[bot] committed 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. feat: dependabot workflow automation for updating dependency

    Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
    Rajpratik71 committed Oct 27, 2022
    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 committed 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 committed 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 committed 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed 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. Add locking around the connection count to fix a data race. (jpillora…

    …#342)
    
    Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
    andres-portainer and andres-portainer committed Oct 31, 2022
    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 <foo@example.org>
    BigSully and bar committed 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 committed 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 <barak.sharoni@velocity.tech>
    Co-authored-by: barak-sharoni-velocity <81081183+barak-sharoni-velocity@users.noreply.github.com>
    3 people committed 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 <cmenginnz@gmail.com>
    jpillora and cmenginnz committed 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 Sep 5, 2023

  1. Sync with upstream

    OS-kiranmalsetty committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    97263d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7422a View commit details
    Browse the repository at this point in the history