Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: add hooks on rules application/deletion #33

Open
alegrey91 opened this issue Jan 25, 2023 · 0 comments
Open

proposal: add hooks on rules application/deletion #33

alegrey91 opened this issue Jan 25, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@alegrey91
Copy link
Owner

alegrey91 commented Jan 25, 2023

Example:

rules:
  - dport: 2022
    saddr: 192.168.122.43
    sport: 22
    iface: eth1
    proto: TCP
    hooks:
      on-create: "/path/to/on-create-script.sh"
      on-delete: "/path/to/on-delete-script.sh"
@alegrey91 alegrey91 added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 26, 2023
@alegrey91 alegrey91 added the good first issue Good for newcomers label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant