Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:dns_substitution [2025/08/13 10:55] – elena.krasnobryzh | en:dpi:dpi_options:dns_substitution [2025/09/22 12:57] (current) – [Configuration] elena.krasnobryzh | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| mail.ru MX smtp.googlemail.com | mail.ru MX smtp.googlemail.com | ||
| </ | </ | ||
| - | - Convert the text file to a binary format understandable by DPI using the '' | + | - Convert the text file to a binary format understandable by DPI using the '' |
| - Place the resulting binary file in the directory where DPI will read it from:< | - Place the resulting binary file in the directory where DPI will read it from:< | ||
| - Create a service profile:< | - Create a service profile:< | ||
| Line 53: | Line 53: | ||
| #or | #or | ||
| fdpi_ctrl del --service 19 --profile.name test_193 --vchannel 1</ | fdpi_ctrl del --service 19 --profile.name test_193 --vchannel 1</ | ||
| + | |||
| + | Searching for subscribers with the service assigned to the specified profile name: | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | |||
| + | Deleting a named profile (there must be no subscribers using it): | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | Modifying service (profile) settings (new settings will be applied to all subscribers with the specified service profile): | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 19 --profile.name test_193 --profile.json '{ " | ||
| + | </ | ||
| + | |||