mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-27 10:32:42 +00:00
fix(geo): correct typo "counties" to "countries" (#678)
This commit is contained in:
@@ -56,7 +56,7 @@ bots:
|
|||||||
- name: countries-with-aggressive-scrapers
|
- name: countries-with-aggressive-scrapers
|
||||||
action: WEIGH
|
action: WEIGH
|
||||||
geoip:
|
geoip:
|
||||||
counties:
|
countries:
|
||||||
- BR
|
- BR
|
||||||
- CN
|
- CN
|
||||||
weight:
|
weight:
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ For example, to add 10 weight points to requests from Brazil and China:
|
|||||||
- name: countries-with-aggressive-scrapers
|
- name: countries-with-aggressive-scrapers
|
||||||
action: WEIGH
|
action: WEIGH
|
||||||
geoip:
|
geoip:
|
||||||
counties:
|
countries:
|
||||||
- BR
|
- BR
|
||||||
- CN
|
- CN
|
||||||
weight:
|
weight:
|
||||||
|
|||||||
Reference in New Issue
Block a user