Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
UFDBGCLIENT(8)			 Release 1.35			UFDBGCLIENT(8)

NAME
       ufdbgclient - 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

Release	1.35			  22/03/2024			UFDBGCLIENT(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ufdbgclient&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help