Hi Frank,
the last "group" of numbers is masked by adding /24 to your IP's:
117.206.194.0/24 or 117.208.166.0/24
In general, the first group weights 8, the second 16, the third 24:
- 117.0.0.0/8 would filter all the IP addresses that start with 117
- 117.206.0.0/16 would filter all the IP addresses that start with 117.206
- 117.206.194.0/24 would filter all the IP addresses that start with 117.206.194
The nice thing about CIDR is its flexibility, because you can filter smaller ranges of address, as needed. Let's say you want only filter from 117.206.194.12 to 117.206.194.15. In CIDR you would write 117.206.194.12/30. This is the reason why I decided to adopt this format for WP SlimStat

Hope this helps,
Camu.