I hereby claim:
- I am evreichard on github.
- I am evreichard (https://keybase.io/evreichard) on keybase.
- I have a public key ASAeMnnNs3yxVrxvzA0GkHWNq6C9InI29GIXRS0c54HWlAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # DESCRIPTION: | |
| # | |
| # This script is meant to be run as a root cronjob. You can run it however frequently | |
| # you desire - I run it every minute. It determines the number of streams, and cross | |
| # references the usernames. If there are duplicate usernames, it checks if the IP | |
| # addresses are different. If so, it generates IPTables rules that will drop packets | |
| # from both IP addresses. | |
| # |