From: Pieter Lexis Date: Tue, 26 Aug 2014 12:54:50 +0000 (+0200) Subject: Fix more tables X-Git-Tag: rec-3.7.0-rc1~161^2^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa36ac5085d121afc8c80124003b60356f6dc47;p=thirdparty%2Fpdns.git Fix more tables --- diff --git a/pdns/docs/markdown/appendix/backend-writers-guide.md b/pdns/docs/markdown/appendix/backend-writers-guide.md index 4362a755a2..a2a35d3b5b 100644 --- a/pdns/docs/markdown/appendix/backend-writers-guide.md +++ b/pdns/docs/markdown/appendix/backend-writers-guide.md @@ -164,7 +164,7 @@ Please note that a RandomBackend is actually in most PDNS releases. By default i ### Classes #### DNSResourceRecord -| | | +| | | |:--|:--| |QType qtype|QType of this record| |string qname|name of this record| @@ -177,7 +177,7 @@ Please note that a RandomBackend is actually in most PDNS releases. By default i |bool disabled|If set, this record is not to be served to DNS clients. Backends should not make these records available to PowerDNS unless indicated otherwise.| #### SOAData -| | | +| | | |:--|:--| |string nameserver|Name of the master nameserver of this zone| |string hostmaster|Hostmaster of this domain. May contain an @| @@ -314,7 +314,7 @@ The following excerpt from the DNSBackend shows the relevant functions: The mentioned DomainInfo struct looks like this: ### DomainInfo struct -| | | +| | | |:--|:--| |uint32\_t id|ID of this zone within this backend| |string master|IP address of the master of this domain, if any| diff --git a/pdns/docs/markdown/recursor/scripting.md b/pdns/docs/markdown/recursor/scripting.md index 5b12a19329..b1c68fd649 100644 --- a/pdns/docs/markdown/recursor/scripting.md +++ b/pdns/docs/markdown/recursor/scripting.md @@ -78,7 +78,7 @@ The function `matchnetmask(ip, netmask1, netmask2..)` (or `matchnetmask(ip, {net To log messages with the main PowerDNS Recursor process, use `pdnslog(message)`. Available since version 3.2. pdnslog can also write out to a syslog loglevel if specified. Use `pdnslog(message, pdns.loglevels.LEVEL)` with the correct pdns.loglevels entry. Entries are listed in the following table: -| | | +| | | |:--||:--| |All|pdns.loglevels.All| |NTLog|pdns.loglevels.NTLog|