Validates if the input data is a valid IP address or if it is within a specified CIDR range.
'use strict';
thorin.validate('IP', 'inputString', {
private: false,
public: true,
range: ['4.4.4.0/24']
});
You can always create a new issue on GitHub or contact one of the core founders by chat.