221
Appendix D
Configuration Files
Example
You can specify
dest_domain=hp.com
to match any host in
hp.com
. Likewise, you can specify
dest_domain=
.
to match any request.
"[xyz]\"foo"
The literal string [xyz]"foo
\X
If X is ‘a’, ‘b’, ‘f’, ‘n’, ‘r’, ‘t’, or ‘v’, then the ANSI-C interpretation of \x. Otherwise,
a literal 'X'. This us used to escape operators such as ‘*’.
\0
A NULL character
\123
The character with octal value 123
\x2a
The character with hexadecimal value 2a
(r)
Matches an r; where r is any regular expression. You can use parentheses d to
override precedence.
rs
The regular expression r, followed by the regular expression s
r|s
Either an r or an s
#<n>#
Inserts an “end” node causing regular expression matching to stop when reached. The
value n is returned.
Value
Description