YOU MUST EXECUTE THIS QUERY TO YOUR SQL IF YOU UPDATE FROM PREVIOUS VERSION:
Code:
ALTER TABLE `ip_proxy`
ALTER `proxy` DROP DEFAULT;
ALTER TABLE `ip_proxy`
CHANGE COLUMN `proxy` `proxy` FLOAT NOT NULL AFTER `ip`;
Added new config:
Probability threshold - it allows you to set threshold on how strictly plugin should detect proxy. 1 means it will be least strict and will cause least false positives. 0.5 will make it more strict, but will cause more false positives.