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

Request / response ip filter #28

Merged
merged 9 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. New trusted_ips setting for request and response config

    - to only trust request headers from specific IPs
    - to only send response headers for requests from specific IPs
    
    Turned config trust_request_header into request->trust_header
    Turned config trust_request_header into response->send_header
    bram123 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6a074c5 View commit details
    Browse the repository at this point in the history
  2. Fix configuration array structure in docblock

    Specify array types in docblock
    bram123 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2ac0002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1846a71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d10b10c View commit details
    Browse the repository at this point in the history
  5. Update config docs

    bram123 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0cbbc8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b39c6a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aebce3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f9e294 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa48e21 View commit details
    Browse the repository at this point in the history