The Firewall feature of Peakhour.IO controls incoming client requests based on specific conditions. When a client request matches a firewall rule, the system applies the specified action and stops evaluating further firewall rules.
The filter matches requests from specific IP addresses or from Australia:
ip.src in {1.1.1.1, 2.2.2.2} or ip.geoip.country == "AU"
The configuration allows requests that match the rule to proceed:
firewall.allow:
reason: "Trusted IP or Australian traffic"
For more information on the firewall.allow
action, refer to the Firewall section in the vconf documentation.
firewall.allow
: Allows the client request to proceed.firewall.deny
: Blocks the client request.The firewall phase provides access to the following fields: