Skip to content

Commit

Permalink
Clarifications to access-control documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hurt committed Sep 12, 2018
1 parent d16e94b commit c5087e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/feature/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ taken from information available in the request.

For `HTTP` requests the client `RemoteAddr` is always validated
followed by all elements of the `X-Forwarded-For` header, if
present. When both of these elements match an `allow` the request
will be allowed; similarly when either element matches a `deny` the
present. When all of these elements match an `allow` the request
will be allowed; similarly when any element matches a `deny` the
request will be denied.

For `TCP` requests the source address of the network socket
Expand Down

0 comments on commit c5087e0

Please sign in to comment.