Skip to content

Commit 0c97c5d

Browse files
authored
Update README.md
1 parent 38286e1 commit 0c97c5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Finally, you can unload (and later reload if you wish) a module using the follow
2727
MODULE unload iptables-input-filter
2828
```
2929
### Core
30-
* [accept.insert](https://github.com/limithit/RedisPushIptables/accept.insert) - Filter table INPUT ADD ACCEPT
31-
* [accept.delete](https://github.com/limithit/RedisPushIptables/accept.delete) - Filter table INPUT DEL ACCEPT
32-
* [drop.insert](https://github.com/limithit/RedisPushIptables/drop.insert) - Filter table INPUT ADD DROP
33-
* [drop.delete](https://github.com/limithit/RedisPushIptables/drop.delete) - Filter table INPUT DEL DROP
30+
* [accept.insert] Filter table INPUT ADD ACCEPT
31+
* [accept.delete] Filter table INPUT DEL ACCEPT
32+
* [drop.insert] Filter table INPUT ADD DROP
33+
* [drop.delete] Filter table INPUT DEL DROP
3434
```
3535
127.0.0.1:6379>accept.insert 192.168.188.8
3636
(integer) 13

0 commit comments

Comments
 (0)