Overview
-
module RubyDNS
-
class Rule
Represents a single rule in the server.
-
class Server
Provides the core of the RubyDNS domain-specific language (DSL). It contains a list of rules which are used to match against incoming DNS questions. These rules are used to generate responses which are either DNS resource records or failures.
-