Control client access to Traffic Server and Traffic Server connections to upstream servers.
Consult the upstream documentation for more details.
Declarations
Type
null or YAML 1.1 valueDefault
{
  _type = "literalMD";
  text = "upstream defaults";
}Example
{
  ip_allow = [{
    apply = "in";
    ip_addrs = "127.0.0.1";
    action = "allow";
    methods = "ALL";
  }];
}