1UFDBGCLIENT(8) Release 1.35 UFDBGCLIENT(8)
2
3
4
6 ufdbgclient - a helper for ufdbguardd
7
9 ufdbgclient [-l <logdir>] [-S <servername>] [-p <port>] [-C | -m
10 <number-of-threads>]
11
13 ufdbgclient is a helper between squid and ufdbguardd. The only purpose
14 of ufdbgclient is to pass URL rewriter requests from squid to the
15 ufdbguardd daemon and pass the results back.
16
17 ufdbgclient is normally not called from the command line but directly
18 by squid.
19
20 There exists an extensive Reference Manual for ufdbGuard with sections
21 for installation and configuration.
22
24 -l <logdir>
25 specify in which directory the log file ufdbgclient.log will be
26 stored.
27
28 -S <servername>
29 if ufdbguardd does not run on the same system, specify the
30 hostname of the server.
31
32 -p <port>
33 specify the port number (default: 3977) where ufdbguardd listens
34 to ufdbgclient.
35
36 -m <number-of-threads>
37 tell ufdbgclient that the Squid parameter concurrency is set.
38 ufdbgclient will process the requests simulatneously using
39 <number-of-threads> threads.
40
41 -C tell ufdbgclient that the Squid parameter concurrency is set.
42 ufdbgclient will queue the requests. It is recommended to use
43 -m instead of -C.
44
46 ufdbguardd(1), ReferenceManual_1_35.pdf,
47 https://www.urlfilterdb.com/downloads/software_doc.html.
48
50 The developers of URLfilterDB - https://www.urlfilterdb.com
51
52
53
54Release 1.35 28/12/2022 UFDBGCLIENT(8)