mirror of https://github.com/fail2ban/fail2ban
Moving inet6 family block to the end so other config doesn't get added to it.
parent
7e7b9f4a35
commit
e89b2c0ff7
|
@ -79,9 +79,6 @@ _cf_api_prms = -H "Authorization: Bearer <cftoken>" -H "Content-Type: applicatio
|
||||||
#
|
#
|
||||||
cftarget = ip
|
cftarget = ip
|
||||||
|
|
||||||
[Init?family=inet6]
|
|
||||||
cftarget = ip6
|
|
||||||
|
|
||||||
# The firewall mode Cloudflare should use. Default is "block" (deny access).
|
# The firewall mode Cloudflare should use. Default is "block" (deny access).
|
||||||
# Consider also "js_challenge" or other "allowed_modes" if you want.
|
# Consider also "js_challenge" or other "allowed_modes" if you want.
|
||||||
#
|
#
|
||||||
|
@ -90,3 +87,6 @@ cfmode = block
|
||||||
# The message to include in the firewall IP banning rule.
|
# The message to include in the firewall IP banning rule.
|
||||||
#
|
#
|
||||||
notes = Fail2Ban
|
notes = Fail2Ban
|
||||||
|
|
||||||
|
[Init?family=inet6]
|
||||||
|
cftarget = ip6
|
||||||
|
|
Loading…
Reference in New Issue