DNR Context

Axigen Documentation

The commands available for the DNR context are:

  • EXIT/QUIT – exits CLI and closes connection to Axigen

  • HELP – prints this help message

  • BACK – cancels any changes made and switches back to the previous context

  • COMMIT – commits the changes made in this context

  • SHOW [ATTR <param>] – shows information about this context

  • SAVE Config – saves the server's running configuration

  • LIST Nameservers – lists the nameservers

  • EMPTYCACHE – empties the cache

  • QUERY A <domain.name> – queries A entries for the provided domain using the DNR service

  • QUERY MX <domain.name> – queries MX entries for the provided domain using the DNR service

  • QUERY NS <domain.name> – queries NS entries for the provided domain using the DNR service

  • QUERY TXT <domain.name> – queries TXT entries for the provided domain using the DNR service

  • QUERY PTR <ip.address> – queries PTR entries for the provided ip address using the DNR service

  • QUERY AAAA <domain.name> – queries AAAA entries for the provided domain using the DNR service

  • SET [timeout <timeout>] – sets the timeout

  • SET [retries <retries>] – sets the number of retries

  • SET [cacheSize <cacheSize>] – sets the cache size

  • SET [logLevel <level>] – sets the service's logging level

  • SET [logType <type>] – sets the service's logging type

  • SET [logHost <host>] – sets the service's remote logging host

  • RESET – resets the service to the currently active configuration

  • ADD Nameserver [priority] <priority> – adds a nameserver to the service (changes context)

  • UPDATE Nameserver [priority] <priority> – updates a nameserver from the service (changes context)

  • REMOVE Nameserver [priority] <priority> – removes a nameserver from the service

  • SHOW Nameserver [priority] <priority> [ATTR <param>] – shows the given nameserver