Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_components:platform:dpi_admin:testversion_install [2025/01/15 08:24] – elena.krasnobryzh | en:dpi:dpi_components:platform:dpi_admin:testversion_install [2025/02/17 14:32] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 20: | Line 20: | ||
- [Utils] '' | - [Utils] '' | ||
- [BRAS][PPP] Fixed: Heterogeneous dual-stack. One address (IPv4 or IPv6) is explicitly set, while the other (IPv6 or IPv4) is assigned via framed-pool. | - [BRAS][PPP] Fixed: Heterogeneous dual-stack. One address (IPv4 or IPv6) is explicitly set, while the other (IPv6 or IPv4) is assigned via framed-pool. | ||
+ | |||
+ | ====Changes in version 13.3 BETA3.2==== | ||
+ | |||
+ | - [DPI] Fixed: searching for both '' | ||
+ | - [DPI] Fixed: removal of addresses in virtual channels during reload | ||
+ | - [DPI] Fixed: ignoring drop when the '' | ||
+ | - [BRAS][PPP] Fixed: consideration of the '' | ||
+ | |||
+ | ====Changes in version 13.3 BETA3.3==== | ||
+ | |||
+ | - [DPI] Reduced the number of false positives for DPI TUNNEL | ||
+ | - [DPI] Fixed errors when assigning vchannel by IP/CIDR | ||
+ | |||
+ | ====Changes in version 13.3 BETA3.4==== | ||
+ | |||
+ | - [DPI] Fixed: blocking by IP of DNS working over TCP | ||
+ | - [DPI] Increased packet inspection depth when searching for BIGOTV | ||
+ | - [DPI Utils] Fixed '' | ||
+ | - Initial support for writing alert logs to syslog. Enabled with the '' | ||
+ | - By default, rsyslog replaces tab characters and newlines with their codes when writing to a text log. To disable this, create a file ''/ | ||
+ | - Logs can be redirected to a remote server. Example from ''/ | ||
+ | - On the local server with fastdpi:< | ||
+ | action.resumeRetryCount=" | ||
+ | queue.type=" | ||
+ | - On the remote server:< | ||
+ | ruleset=" | ||
+ | ruleset(name=" | ||
+ | queue.type=" | ||
+ | queue.size=" | ||
+ | queue.dequeueBatchSize=" | ||
+ | queue.workerThreads=" | ||
+ | queue.workerThreadMinimumMessages=" | ||
+ | ) { | ||
+ | action(type=" | ||
+ | | ||
+ | | ||