This article describes how to restrict the behavior of a socket or script filter to apply only for local or relay messages.
Solution
- Activate the filter
- Stop the Axigen service.
- Open the Axigen configuration file ("axigen.cfg"). It can be found in the "run" folder of the Axigen working directory.
- Find the section containing the server active filter list: serverActiveFilters = (
- Identify your filter by its name and find the line referring to it deployment: applyOn = (local relay)
- Change the line to fit your scenario: applyOn = (local) or applyOn = (relay)
- Save the changes and start the Axigen service.
- Run as root: chown axigen:axigen <work_dir_path>/run/axigen.cfg
- Start the Axigen service back up.
OS:
LinuxWindowsFreeBSDNetBSDOpenBSDSolaris
Distros:
DEB based distros amd64