Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
Stefan Maute and thjaeckle committed Mar 30, 2021
1 parent 516b369 commit a06aa93
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -67,8 +67,8 @@ final class HostValidator {
/**
* Validate if connections to a host are allowed by checking (in this order):
* <ul>
* <li>blocklist is empty this completely disables validation, every host is allowed</li>
* <li>host is contained in allowlist host is allowed</li>
* <li>if the blocklist is empty, this completely disables validation, every host is allowed</li>
* <li>if the host is contained in the allowlist, the host is allowed</li>
* <li>host is resolved to a blocked ip (loopback, site-local, multicast, wildcard ip)? host is blocked</li>
* <li>host is contained in the blocklist host is blocked</li>
* </ul>
Expand Down

0 comments on commit a06aa93

Please sign in to comment.