-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support ufw deny outgoing traffic UFW_TO label * Renaming UFW_TO label, improving variables naming and validations, adding comments and removing remaining sudo in ufw commands * Renaming UFW_FROM label to UFW_ALLOW_FROM * Appending prefix ufw-docker-automated: for log readability and removing remaingin sudo * Update Readme UFW_ALLOW_TO example * Add Warning when host is not found * Filter empty ipnet entry in UFW_ALLOW_TO and UFW_ALLOW_FROM label * Revert label renaming, port validation and hostname validation * Simplify conditionnal with ufw_from * Implement port validation for UFW_TO label * Implement host validation for UFW_TO label * Rename labels with UFW_ALLOW prefix * Remove re package in requirements.txt * Add ufw comment for deleting rules and use die instead of kill event * Fix die event doesn't find container, now using event data to clean ufw rules instead
- Loading branch information
Showing
1 changed file
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters