[tbnl-devel] REMOTE-ADDR without mod_lisp?
Stefan Scholl
stesch at no-spoon.de
Mon Sep 26 15:59:52 UTC 2005
On 2005-09-26 03:34:18, Stefan Scholl wrote:
> Is there an easy and portable way to access the address (via
> KMRCL) without mod_lisp?
*TBNL-STREAM* is just a stream. Nothing more about the connection
gets communicated from KRMCL to TBNL. :-(
You can provide a remote-host-checker in the MAKE-INSTANCE of the
LISTENER class. This is a function which gets called with the
remote address to check if you really want to connect. Some
simple auth things can be implemented that way.
But there's nothing there where to hold this information.
More information about the Tbnl-devel
mailing list