This service can be configured for Individual subscribers by fdpi_ctrl
The format of the instruction:
fdpi_ctrl command --service 2 [IP_list]
Instructions' syntax and IP addresses specification methods are described in details here: Control instructions
Examples:
Allow replacement of advertisements for the specified IP list:
fdpi_ctrl load --service 2 --cidr 192.168.0.0/24
Enable advertisements' blocking service to the subscriber 192.168.1.1:
fdpi_ctrl load --service 3 --ip 192.168.1.1
Disable advertisements' blocking service to the subscriber 192.168.1.1:
fdpi_ctrl del --service 3 --ip 192.168.1.1