Skip to content

Commit dcba775

Browse files
Added a configuration example
1 parent 6e9f426 commit dcba775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nginx.conf.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
http {
2+
# first part is the mode (blacklist or whitelist) and rest of them are command arguments
3+
# if command argument is "off" then module is disabled and otherwise it is a list of ipsets that should used in
4+
# blacklisting or whitelisting.
5+
blacklist ipset_name ;
6+
7+
}

0 commit comments

Comments
 (0)