Command line interface
tfw is a command-line tool for remote configuration of Tempesta Escudo via a gRPC
interface. The tool is a thin wrapper around the
Tempesta Client Library API.
The tool is installed in the /opt/tempesta/bin directory and provides built-in help
via tfw --help.
Examples🔗
Send a configuration to a local node running xFW and/or FW instances:
# tfw push --conf /etc/tempesta/xfw-dns-rules.conf
Request successfully processed by server.
Send a configuration to a remote server:
# tfw push --conf /etc/tempesta/xfw-dns-rules.conf -s 192.168.100.1 -p 5001
Request successfully processed by server.