logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

policyd-client - commandline client to query a policyd server

Author

       Markus Benning <ich@markusbenning.de>

Description

       policyd-client is a rudimentary tool to query a policy server from the command line.  It will generate
       the instance and request fields all other fields must be specified on stdin and the request is completed
       by a blank line.

Example

         $ policyd-client -v -h localhost:12347
         client_address=212.178.212.218

         >> request=smtpd_access_policy
         >> instance=0.133885340838791
         >> client_address=212.178.212.218
         >>
         << action=reject IP is blacklisted
         <<
         reject IP is blddacklisted

Name

       policyd-client - commandline client to query a policyd server

Usage

         policyd-client [-?hhksv] [long options...]
               -h -? --usage --help  Prints this usage information.
               -h --host            host:port of a policyd
               -s --socket_path     path to a socket of a policyd
               -k --keepalive       use connection keepalive?
               -v --verbose         be verbose, print input/output to STDERR

Version

       version 2.05

See Also