Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limithit committed Nov 23, 2018
1 parent 38286e1 commit 0c97c5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Finally, you can unload (and later reload if you wish) a module using the follow
MODULE unload iptables-input-filter
```
### Core
* [accept.insert](https://github.com/limithit/RedisPushIptables/accept.insert) - Filter table INPUT ADD ACCEPT
* [accept.delete](https://github.com/limithit/RedisPushIptables/accept.delete) - Filter table INPUT DEL ACCEPT
* [drop.insert](https://github.com/limithit/RedisPushIptables/drop.insert) - Filter table INPUT ADD DROP
* [drop.delete](https://github.com/limithit/RedisPushIptables/drop.delete) - Filter table INPUT DEL DROP
* [accept.insert] Filter table INPUT ADD ACCEPT
* [accept.delete] Filter table INPUT DEL ACCEPT
* [drop.insert] Filter table INPUT ADD DROP
* [drop.delete] Filter table INPUT DEL DROP
```
127.0.0.1:6379>accept.insert 192.168.188.8
(integer) 13
Expand Down

0 comments on commit 0c97c5d

Please sign in to comment.