Making some progress
Wanted to check in so I could continue coding out on Linode
This commit is contained in:
parent
b90aab1d8d
commit
a58a6f3085
2 changed files with 89 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,4 +1,16 @@
|
|||
tmpufw
|
||||
======
|
||||
|
||||
Temporary rules with the Uncomplicated Firewall
|
||||
Temporarily apply `ufw` rules
|
||||
|
||||
This script allows you to add rules to `ufw` (Uncomplicated Firewall) with a
|
||||
time to live. You can then run the script as a cronjob (with the --clean flag)
|
||||
to clean up (remove) the expired rules.
|
||||
|
||||
## Arguments
|
||||
-h, --help show the help message and exit
|
||||
-s, --status show rule list with expirations
|
||||
-c, --clean clean up expired rules
|
||||
-r RULE, --rule RULE rule to be added to `ufw`
|
||||
-p POSITION, --position POSITION position to add the rule
|
||||
-t TTL, --ttl TTL time to live for the rule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue