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: umputun/reproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: umputun/reproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 17 commits
  • 505 files changed
  • 4 contributors

Commits on Sep 20, 2023

  1. bump deps, update to go 1.21

    umputun committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b090bb4 View commit details
    Browse the repository at this point in the history
  2. lint: minor warns in tests

    umputun committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f37072e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. update and vendoring

    update realip deps
    
    regroup deps, keep all indirect separately
    umputun committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    36a5443 View commit details
    Browse the repository at this point in the history
  2. add middleware to optionally allow requests from giving ips/ranges

    add new remote param to docker and file providers
    
    lint: http nil body
    
    add support of remote ips to consul provider
    
    local implementation of onlyfrom middleware
    
    lint: missing comment
    
    make proxy tests more readable
    
    preffer public IP if any forwwarded
    umputun committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a896f08 View commit details
    Browse the repository at this point in the history
  3. add docs for remote ip limiting

    add more info and fix typos
    
    add info to readme
    umputun committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    899b552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    672d4c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bddb144 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. logging rejected IPs

    umputun committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    197c8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c07e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bde167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa23778 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Jan 7, 2024

  1. Skip SSL check for the destination host (#170)

    by @themagic314 
    
    * skip ssl check on dest host
    * nolint directive
    * readme explanation
    themagic314 authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    7d4394f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Implement Host header bypassing (#155)

    * Initial implementation of keep-host argument
    
    * Add keep-host parsing to the consulcatalog provider
    
    * Update docs
    
    * update from the current master
    
    ---------
    by @ffix
    ffix authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fe24cf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    7ce7e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f573cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6312446 View commit details
    Browse the repository at this point in the history
Loading