Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse takes a string presumed to be an ATS ip_allow.config and validates that it is syntatically correct.
The general format of an ip_allow config is the following:
src_ip=<range of IP addresses> action=<action> [method=<list of methods separated by '|'>] dest_ip=<range of IP addresses> action=<action> [method=<list of methods separated by '|'>]
For a full description of the syntax, refer to the ATS documentation for the ip_allow config: https://docs.trafficserver.apache.org/en/latest/admin-guide/files/cache.config.en.html
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.