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

[DOC] Correct private IP range #1575

Merged
merged 1 commit into from
Jan 1, 2021
Merged

[DOC] Correct private IP range #1575

merged 1 commit into from
Jan 1, 2021

Conversation

kristof-mattei
Copy link
Contributor

This PR updates the trusted IP range in the nginx example.

The example only trusts the correct IP from the Private Internets (as described here: https://tools.ietf.org/html/rfc1918) however one of the ranges was too large.

The correct ranges are:

  • 10.0.0.0/8
  • 172.16.0.0/12
  • 192.168.0.0/16

Source: https://tools.ietf.org/html/rfc1918#section-3

Happy New Year!

@authelia
Copy link

authelia bot commented Jan 1, 2021

Thanks for choosing to contribute @kristof-mattei. We lint all PR's with golangci-lint, I may add a review to your PR with some suggestions.

You are free to apply the changes if you're comfortable, alternatively you are welcome to ask a team member for advice.

Artifacts

These changes once approved by a team member will be published for testing on Buildkite and DockerHub.

Docker Container

  • docker pull authelia/authelia:PR1575

Copy link
Member

@james-d-elliott james-d-elliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@james-d-elliott
Copy link
Member

Nice catch.

@james-d-elliott james-d-elliott merged commit b20f62b into authelia:master Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants