Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 681 Bytes

File metadata and controls

46 lines (34 loc) · 681 Bytes

Raw - Port Forwarding Statistics

This returns periodic messages containing port forwarding statistics.

While similar to the destination NAT feature, this message will only contain information on the Port Forwarding rules.

Table of Contents

Response

Root

Name Type Values Description

sub_id

String

String

The status of the port forwarding in the format rule_number packets bytes\n.

Examples

Port Forward Rule #1 Statistic Example
39
{
    "pfstats": "1 62333 2897688\n"
}
Port Forward Rule #2 Statistic Example
39
{
    "pfstats": "2 28618 1557029\n"
}