]> granicus.if.org Git - pdns/commitdiff
Fix more tables
authorPieter Lexis <pieter@plexis.eu>
Tue, 26 Aug 2014 12:54:50 +0000 (14:54 +0200)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:11:11 +0000 (20:11 +0100)
pdns/docs/markdown/appendix/backend-writers-guide.md
pdns/docs/markdown/recursor/scripting.md

index 4362a755a2a08c2e7e3750fabdb538c1193d3ac3..a2a35d3b5bd027289fb822570a8992ffc1cd4d65 100644 (file)
@@ -164,7 +164,7 @@ Please note that a RandomBackend is actually in most PDNS releases. By default i
 ### Classes
 
 #### DNSResourceRecord
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |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
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |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
-| | |
+|&nbsp;|&nbsp;|
 |:--|:--|
 |uint32\_t id|ID of this zone within this backend|
 |string master|IP address of the master of this domain, if any|
index 5b12a19329ad04f051bd3e9ced6a11b92b9eeaeb..b1c68fd64987ff922d7adf0425535130ab83d54e 100644 (file)
@@ -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:
 
-| | |
+|&nbsp;|&nbsp;|
 |:--||:--|
 |All|pdns.loglevels.All|
 |NTLog|pdns.loglevels.NTLog|