stop it .(omit... stop & rewrite)
Answers
Answered by
0
Explanation:
simple rewrites (fast) and complex rewrites (slower), but they’re powerful enough to accommodate most dynamic back-end applications.
Syntax
A simplified/easy-to-digest syntax for rewrite is…
rewrite [continue|stop] FIELD [TYPE] [(FROM TO)|TTL] [OPTIONS]
FIELD indicates what part of the request/response is being re-written.
type - the type field of the request will be rewritten. FROM/TO must be a DNS record type (A, MX, etc.); e.g., to rewrite ANY queries to HINFO, use rewrite type ANY HINFO.
name - the query name in the request is rewritten; by default this is a full match of the name, e.g.,
Similar questions