Deleting a IP from blacklist iptables

3

I created a blacklist using ipset and iptables called "blacklist", now i would like to know how i edit "blacklist" to remove or add IP's.

Anyone knows?

C VDZ

Posted 2017-09-23T08:25:34.513

Reputation: 51

Answers

2

Sorry, i found the solution after some fiddling around...

ipset list (for listing your blacklist entries)

ipset del (blacklist name) (IP you want gone)

C VDZ

Posted 2017-09-23T08:25:34.513

Reputation: 51