iptables README updated
This commit is contained in:
parent
8abd7ac1e9
commit
32049cdb6e
2 changed files with 3 additions and 0 deletions
1
README
1
README
|
|
@ -7,6 +7,7 @@ cleanup-chaos-files.sh Deletes unneeded files like .DS_Store (for example on a
|
|||
delicious_backup.sh Use delicious API to backup your bookmarks to an XML file
|
||||
find_big_files.sh (FIXME) Just finds files bigger than n MB and displays them
|
||||
helmet.sh (FIXME) Future Debian system security analyzer
|
||||
iptables.sh Basic iptables script
|
||||
libssl-restart-daemons.sh Shows daemons affected by an OpenSSL upgrade needing a restart
|
||||
lighttpd_restart_oom.sh A temporary workaround for lighttpd OOM events
|
||||
openssl-chk-crt.sh Recursively searches for OpenSSL certificates and shows validity
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ done > $BACKUPMX_USER/relay_recipients_$FILE_SUFFIX
|
|||
for i in $MAIL_ADDR; do
|
||||
echo $i | cut -d'@' -f2
|
||||
done | sort | uniq > $BACKUPMX_USER/domains_$FILE_SUFFIX
|
||||
|
||||
scp -i /root/.ssh/linode $BACKUPMX_USER/*_$FILE_SUFFIX backupmx@mx.lugh.ch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue