
doc_access.pl
host_access_options(+AllOptions, -NoAuthOptions) is det- Filter the authorization options from AllOptions, leaving the remaining options in NoAuthOptions.
match_peer(:RuleSet, +PlusMin, +Peer) is semidet[private]- True if Peer is covered by the ruleset RuleSet. Peer is a term
ip(A,B,C,D). RuleSet is a predicate with one argument that is either a partial ip term, a hostname or a domainname. Domainnames start with a '.'.
allowed_peer(+Peer) is semidet[private]- True if Peer is allowed according to the rules.
primary_forwarded_host(+Spec, -Host) is det[private]- x_forwarded host contains multiple hosts seperated by ', ' if there are multiple proxy servers in between. The first one is the one the user's browser knows about.
ip(?IP)// is semidet[private]- Parses A.B.C.D into
ip(A,B,C,D)