Name
cookie - adds an DNS cookie of this server to each reply
Description
This handler implements the DNS cookie RFC.
Syntax
cookie SECRET
Where SECRET is the secret to use in the server cookie generation record.
Examples
Enable cookies:
example.org {
cookie Use the force
whoami
}
Bugs
cookie does not implement a cache to validate client, is just does enough to make dig happy.