en:ads_mgmt [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:ads_mgmt [2015/03/30 19:01] – created translator1en:ads_mgmt [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-This service can be configured for Individual subscribers by [[subsman_cmd|fdpi_ctrl]] 
- 
-The format of the instruction: 
-<code> 
-fdpi_ctrl команда --service 2 [список_IP] 
-</code> 
-Instructions' syntax and IP addresses specification methods are described in details here: [[subsman_cmd|Control instructions]] 
- 
-For example: 
- 
-Allow replacement of advertisements for the specified IP list: 
-<code> 
-fdpi_ctrl load --service 2 --cidr 192.168.0.0/24 
-</code> 
- 
-Enable advertisements' blocking service to the subscriber 192.168.1.1: 
-<code> 
-fdpi_ctrl load --service 3 --ip 192.168.1.1 
-</code> 
- 
-Disable advertisements' blocking service to the subscriber 192.168.1.1: 
-<code> 
-fdpi_ctrl del --service 3 --ip 192.168.1.1 
-</code>