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

Update gin to 1.7.7. #308

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Update gin to 1.7.7. #308

merged 1 commit into from
Nov 29, 2021

Commits on Nov 29, 2021

  1. Update gin to 1.7.7.

    This pulls a fix which enables vspd to determine remote client IP using header `X-Forwarded-For` or `X-Real-Ip`.
    
    This depends on the reverse proxy setting those headers appropriately, which can be achieved in nginx 1.20 using the following:
    
    ```
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    ```
    jholdstock committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5b4e94c View commit details
    Browse the repository at this point in the history