Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klzgrad/forwardproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: naive
Choose a base ref
...
head repository: yv-code/forwardproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: naive
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 18, 2025

  1. docs: fix dial_timeout parameter documentation (caddyserver#171)

    Fixes caddyserver#170
    
    - Update `dial_timeout` example to use duration unit (30s)
    - Change parameter type from [integer] to [Duration] to match Go type
    - Update description to clarify duration unit requirement
    
    This change makes the documentation more accurate and consistent
    with Go's time.Duration type usage.
    PrintNow authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    057884a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Bump actions/checkout from 4 to 5 (caddyserver#174)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    c67e8e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Bump github.com/golang/glog from 1.2.0 to 1.2.4 (caddyserver#175)

    Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.0 to 1.2.4.
    - [Release notes](https://github.com/golang/glog/releases)
    - [Commits](golang/glog@v1.2.0...v1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/glog
      dependency-version: 1.2.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ba97d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Bump actions/setup-go from 5 to 6 (caddyserver#178)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    5a37bef View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Bump github.com/quic-go/quic-go from 0.44.0 to 0.49.1 (caddyserver#182)

    Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.44.0 to 0.49.1.
    - [Release notes](https://github.com/quic-go/quic-go/releases)
    - [Commits](quic-go/quic-go@v0.44.0...v0.49.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/quic-go/quic-go
      dependency-version: 0.49.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    bb364cc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2026

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

Commits on May 10, 2026

  1. Merge pull request #1 from caddyserver/master

    Allow insecure upstream
    yv-code authored May 10, 2026
    Configuration menu
    Copy the full SHA
    cb8f7f7 View commit details
    Browse the repository at this point in the history
Loading