Did you know ... | Search Documentation: |
![]() | prolog_server.pl |
Currently defined options are:
ip(A,B,C,D)
.
Multiple of such terms can exist and access is granted
if the peer IP address unifies to one of them. If no
allow option is provided access is only granted from
ip(127,0,0,1)
(localhost).For example:
?- prolog_server(4000, []). % telnet localhost 4000 Welcome to the SWI-Prolog server on thread 3 1 ?-