The below are not blocking those IP's : deny from 114.119.128.0/24 deny from 114.119.128.0
Thelma On 03/17/2020 04:00 PM, Michael wrote: > On Tuesday, 17 March 2020 21:56:29 GMT the...@sys-concept.com wrote: >> Will it work: >> deny from 114.119.128.0/114.119.191.255 >> >> Thelma > > It is better to use this syntax: > > <RequireAll> > Require all granted > Require not ip XX.XXX.XX.XXX > </RequireAll> > > > So your example address space becomes: > > Require not ip 114.119.128 > > Or; > > Require not ip 114.119.128.0/24 > > Or; > > Require not ip 114.119.128.0/255.255.255.0 > > > Look in Google for webpages providing geo-ip blocking advice, but China is > vast and so is their ability to buy/change more IP addresses per day. So > this > is a moving beast. > > HTH. >