Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:opt_advertising:ads_mgmt [2020/02/05 17:31] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_advertising:ads_mgmt to en:dpi:dpi_options:opt_advertising:ads_mgmt lexx26 | en:dpi:dpi_options:opt_advertising:ads_mgmt [2024/11/29 10:18] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ====== Management ====== | ====== Management ====== | ||
| + | {{indexmenu_n> | ||
| + | This service can be configured for Individual subscribers by [[en: | ||
| + | |||
| + | The format of the instruction: | ||
| + | < | ||
| + | fdpi_ctrl command --service 2 [IP_list] | ||
| + | </ | ||
| + | Instructions' | ||
| + | |||
| + | **Examples: | ||
| + | |||
| + | Allow replacement of advertisements for the specified IP list: | ||
| + | < | ||
| + | fdpi_ctrl load --service 2 --cidr 192.168.0.0/ | ||
| + | </ | ||
| + | |||
| + | Enable advertisements' | ||
| + | < | ||
| + | fdpi_ctrl load --service 3 --ip 192.168.1.1 | ||
| + | </ | ||
| + | |||
| + | Disable advertisements' | ||
| + | < | ||
| + | fdpi_ctrl del --service 3 --ip 192.168.1.1 | ||
| + | </ | ||
| + | |||