From: Pieter Lexis Date: Fri, 8 Jan 2016 17:01:34 +0000 (+0100) Subject: Document is-our-domain-query X-Git-Tag: dnsdist-1.0.0-alpha2~44^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17497bc612c1cc2c82fd8868d8dde60428546c81;p=thirdparty%2Fpdns.git Document is-our-domain-query --- diff --git a/docs/markdown/authoritative/backend-generic-sql.md b/docs/markdown/authoritative/backend-generic-sql.md index d547fdcafe..b463f28e59 100644 --- a/docs/markdown/authoritative/backend-generic-sql.md +++ b/docs/markdown/authoritative/backend-generic-sql.md @@ -146,6 +146,8 @@ if you wish to calculate ordername and auth without using pdns-rectify. ## Domain and zone manipulation +- `is-our-domain-query`: Checks if the domain (either id or name) is in the 'domains' table. This query is run before any other (possibly heavy) query. + - `insert-zone-query`: Add a new NATIVE domain. - `update-kind-query`: Called to update the type of domain. - `delete-zone-query` Called to delete all records of a zone. Used before an incoming AXFR.