HTTP Rule
There are 3 HTTP rule types. HTTP rule is for HTTP requests or HTTPS requests. It won't effect TCP connections.
USER-AGENT
USER-AGENT,Instagram*,DIRECT
Rule matches if the user agent of the request matches. Wildcard characters * and ? are supported.
URL-REGEX
URL-REGEX,^http://google\.com,DIRECT
Rule matches if the URL matches the regular expression.
PROTOCOL
PROTOCOL,HTTPS,Proxy
Rule matches if the detected protocol of the connection matches. Supported values: HTTP, HTTPS, TLS, SSH, and others detected by Chute protocol sniffer. Use in combination with sniffing-enabled for best results.