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

Troubleshooting

Is it possible to add subnets to the file with IP addresses list? Is it possible to add there port 80 for example instead of the port 443? I've added the following lines: 194.8.224.79 80 and 193.218.139.99 80 - it doesn't work.

You can only use the port 443 and if required to omit the URL as follows:

http://192.162.1.1/myfunction?p=1

It is enough to specify the required IP address in the white list of URLs or sites, for example:

1magehut.com/users.php?act=gallery&gal=81&page=4
3dmx.net
192.162.1.1

I've created the file containing domains, is it possible to use the mask within the name in order to avoid providing the list of all the 3rd level domains?

Unfortunately, using of the masks in search significantly affect the DPI performance, so instead doing so we suggest to use the following solution:

  1. configure clickstream recording to the file containint host option (host name) - see the http metadata recording item
  2. to output the third-level domains use the following command:
grep yandex.ru clicksteam.txt|sort -uniq

as a result, a list of 3rd level domains used by subscribers of your network will be obtained.