| Argument | Type | Description |
|---|
| src-address | super { !
, range: alt { ip4: ipRange
, ip6: ip6Prefix
}
} | |
| dst-address | super { !
, range: alt { ip4: ipRange
, ip6: ip6Prefix
}
} | |
| dst-port | super { !
, ports: multi { ports: range [ .. 65535]
}
} | |
| local-port | super { !
, port: num [0 .. 65535]
} | |
| dst-host | super { !
, host: string
} | |
| path | super { !
, path: string
} | |
| method | super { !
, method: enum (GET | HEAD | POST | PUT | CONNECT | OPTIONS | DELETE | TRACE)
} | |
| action | enum (allow | deny | redirect | url-append) | |
| action-data | string | redirect URL/append URL |