All predicatesShow sourcedoc_access.pl

Source host_access_options(+AllOptions, -NoAuthOptions) is det
Filter the authorization options from AllOptions, leaving the remaining options in NoAuthOptions.
Source 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 '.'.
Arguments:
PlusMin- Positive/negative test. If IP->Host fails, a positive test fails, while a negative succeeds. I.e. deny('.com') succeeds for unknown IP addresses.
Source allowed_peer(+Peer) is semidet[private]
True if Peer is allowed according to the rules.
Source 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.
Source ip(?IP)// is semidet[private]
Parses A.B.C.D into ip(A,B,C,D)