ufdbgclient - Man Page
a squid helper for ufdbguardd
Synopsis
ufdbgclient [-l <logdir>] [-S <servername>] [-s unix|tcp] [-p <port>] [-C | -m <number-of-threads>]
Description
ufdbgclient is a helper program between squid and ufdbguardd. The only purpose of ufdbgclient is to pass URL rewriter requests from squid to the ufdbguardd daemon and pass the results back.
ufdbgclient is normally not called from the command line but directly by squid.
There exists an extensive Reference Manual for ufdbGuard with sections for installation and configuration.
Options
- -l <logdir>
specify in which directory the log file ufdbgclient.log will be stored.
- -S <servername>
if ufdbguardd does not run on the same system, specify the hostname of the server.
- -s unix|tcp
specify the socket type. The socket type must be the same as the socket-type (default is unix) in ufdbGuard.conf.
- -p <port>
specify the port number (default: 3977) where ufdbguardd listens to ufdbgclient.
- -m <number-of-threads>
tell ufdbgclient that the Squid parameter concurrency is set. ufdbgclient will process the requests simulatneously using <number-of-threads> threads.
- -C
tell ufdbgclient that the Squid parameter concurrency is set. ufdbgclient will queue the requests. It is recommended to use -m instead of -C.
See Also
ufdbguardd(1), ReferenceManual_1_35.pdf, https://www.urlfilterdb.com/downloads/software_doc.html.
Author
The developers of ufdbGuard for Squid - https://www.urlfilterdb.com