Skip to content

nshadov/artillery-iptables-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

artillery-iptables-cleanup

Short cleanup program, that could be put in cron to periodically clean up IPTABLES DROP rules from Artillery (https://github.com/BinaryDefense/artillery).

How to compile

If you have your environment setup (https://golang.org/doc/code.html), do:

go build artillery-iptables-cleanup.go

How to compile for different architecture (eg. amd64)

env GOOS=linux GOARCH=amd64 go build artillery-iptables-cleanup.go -o artillery-iptables-cleanup_amd64

How to run

# ./artillery-iptables-cleanup
1    DROP       all  --  1.2.3.4         0.0.0.0/0
2    DROP       all  --  1.2.3.4         0.0.0.0/0
3    DROP       all  --  123.123.123.123         0.0.0.0/0
4    DROP       all  --  123.123.123.123         0.0.0.0/0

About

Utility for periodically clearing Artillery ban list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages