Re: Configuring Named.conf.local file

Alexandre Vilarinho <[email protected]> Thu, 17 Sep 2015 16:28:33 +0000 (UTC)
Newsgroups gmane.network.dns.bind9.dlz
Message-ID <[email protected]>
--===============4916323649427165206==
Content-Type: multipart/alternative; 
	boundary="----=_Part_771882_2068517601.1442507313543"
Content-Length: 38079

------=_Part_771882_2068517601.1442507313543
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello,
All I've modified the previous configuration and done new tests, but none o=
f them succeeded.
Follow the new configuration that I've tested.
dlz "Mysql zone" {
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 database "mysql
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {host=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb=
_pass}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {select zone from dns_records where zone =3D '$zone$'}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {select ttl, type, mx_priority, case when lower(type)=3D'tx=
t' then concat('\"', data, '\"') when lower(type) =3D 'soa' then concat_ws(=
' ', data, resp_person, serial, refresh, retry, expire, minimum) else data =
end from dns_records where zone =3D '$zone$' and host =3D '$record$' and no=
t (type =3D 'SOA' or type =3D 'NS')}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {select zone from reverse_records where zone =3D '$zone$'}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 {select ttl, type, mx_priority, case when lower(type)=3D'tx=
t' then concat('\"', data, '\"') when lower(type) =3D 'soa' then concat_ws(=
' ', data, resp_person, serial, refresh, retry, expire, minimum) else data =
end from reverse_records where zone =3D '$zone$' and host =3D '$record$' an=
d not (type =3D 'SOA' or type =3D 'NS')}";
};

Regards
Alex=20


     Em Quinta-feira, 17 de Setembro de 2015 9:12, Alexandre Vilarinho <vil=
[email protected]> escreveu:
  =20

 Hello all,
I started using DLZ yesterday and I have the following doubt:
How can I configure the reverse name resolution?
I've tried the following combination but none of them worked:
dlz "Mysql zone" {=C2=A0=C2=A0 database "mysql=C2=A0 =C2=A0 =C2=A0 =C2=A0 {=
host=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 {select zone from dns_records where zone =3D '$zone$'}=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 {select ttl, type, mx_priority, case when lower(ty=
pe)=3D'txt' then concat('\"', data, '\"') when lower(type) =3D 'soa' then c=
oncat_ws(' ', data, resp_person, serial, refresh, retry, expire, minimum) e=
lse data end from dns_records where zone =3D '$zone$' and host =3D '$record=
$'}";
dlz "Mysql zone" {=C2=A0=C2=A0 database "mysql=C2=A0 =C2=A0 =C2=A0 =C2=A0 {=
host=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 {select zone from 10.168.192.in.addr-arpa.zone where zone=
 =3D '$zone$'}=C2=A0 =C2=A0 =C2=A0 =C2=A0 {select ttl, type, mx_priority, c=
ase when lower(type)=3D'txt' then concat('\"', data, '\"') when lower(type)=
 =3D 'soa' then concat_ws(' ', data, resp_person, serial, refresh, retry, e=
xpire, minimum) else data end from dns_records where zone =3D '$zone$' and =
host =3D '$record$'}";
};
and=C2=A0
dlz "Mysql zone" {=C2=A0=C2=A0 database "mysql=C2=A0 =C2=A0 =C2=A0 =C2=A0 {=
host=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 {select zone from dns_records where zone =3D '$zone$'}=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 {select ttl, type, mx_priority, case when lower(ty=
pe)=3D'txt' then concat('\"', data, '\"') when lower(type) =3D 'soa' then c=
oncat_ws(' ', data, resp_person, serial, refresh, retry, expire, minimum) e=
lse data end from dns_records where zone =3D '$zone$' and host =3D '$record=
$'}";
=C2=A0=C2=A0=C2=A0database "mysql=C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0{host=3D1=
27.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}=C2=A0 =C2=A0 =C2=
=A0 =C2=A0=C2=A0{select zone from 10.168.192.in.addr-arpa.zone where zone =
=3D '$zone$'}=C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0{select ttl, type, mx_priorit=
y, case when lower(type)=3D'txt' then concat('\"', data, '\"') when lower(t=
ype) =3D 'soa' then concat_ws(' ', data, resp_person, serial, refresh, retr=
y, expire, minimum) else data end from dns_records where zone =3D '$zone$' =
and host =3D '$record$'}";
};
Do I need to create a new database? For every new zone that I need to creat=
e I have to create a new database? is it not clear in the documentation.
Another thing for DLZ to work I had to modify the following parameters:
%zone% to $zone$ and %records% to $records$. So I had to exchange the % to =
$. In the website documentation page is posted %, is it possible to change =
to $.
Regards
Alex
---------------------------------------------------------------------------=
---
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=3D241902991&iu=3D/4140
_______________________________________________
Bind-dlz-testers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers


  
------=_Part_771882_2068517601.1442507313543
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, =
Lucida Grande, sans-serif;font-size:13px"><div id=3D"yui_3_16_0_1_144250480=
2420_5224"><span>Hello,</span></div><div id=3D"yui_3_16_0_1_1442504802420_5=
233"><br><span></span></div><div id=3D"yui_3_16_0_1_1442504802420_5234"><sp=
an id=3D"yui_3_16_0_1_1442504802420_5263">All I've modified the previous co=
nfiguration and done new tests, but none of them succeeded.</span></div><di=
v id=3D"yui_3_16_0_1_1442504802420_5295"><br><span id=3D"yui_3_16_0_1_14425=
04802420_5263"></span></div><div id=3D"yui_3_16_0_1_1442504802420_5296"><sp=
an id=3D"yui_3_16_0_1_1442504802420_5263">Follow the new configuration that=
 I've tested.</span></div><div id=3D"yui_3_16_0_1_1442504802420_5315"><br><=
span id=3D"yui_3_16_0_1_1442504802420_5263"></span></div><div dir=3D"ltr" i=
d=3D"yui_3_16_0_1_1442504802420_5325"><span id=3D"yui_3_16_0_1_144250480242=
0_5263">dlz "Mysql zone" {<br class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; database "mysql<br class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {host=3D127.0.0.1 db=
name=3Ddb_name user=3Ddb_user pass=3Ddb_pass}<br class=3D"">&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 {select zone from dns_records where zone =3D '$zone$'}<br class=3D"">&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; {select ttl, type, mx_priority, case when lower(type)=3D'txt' th=
en concat('\"', data, '\"') when lower(type) =3D 'soa' then concat_ws(' ', =
data, resp_person, serial, refresh, retry, expire, minimum) else data end f=
rom dns_records where zone =3D '$zone$' and host =3D '$record$' and not (ty=
pe =3D 'SOA' or type =3D 'NS')}<br class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {}<br class=
=3D"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp; {select zone from reverse_records where zone =3D '$zo=
ne$'}<br class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {select ttl, type, mx_priority, case wh=
en lower(type)=3D'txt' then concat('\"', data, '\"') when lower(type) =3D '=
soa' then concat_ws(' ', data, resp_person, serial, refresh, retry, expire,=
 minimum) else data end from reverse_records where zone =3D '$zone$' and ho=
st =3D '$record$' and not (type =3D 'SOA' or type =3D 'NS')}";<br class=3D"=
">};<br class=3D""></span></div><div id=3D"yui_3_16_0_1_1442504802420_5684"=
 dir=3D"ltr"><span id=3D"yui_3_16_0_1_1442504802420_5263"><br></span></div>=
<div id=3D"yui_3_16_0_1_1442504802420_5683" dir=3D"ltr"><span id=3D"yui_3_1=
6_0_1_1442504802420_5263">Regards</span></div><div id=3D"yui_3_16_0_1_14425=
04802420_5705" dir=3D"ltr"><br><span id=3D"yui_3_16_0_1_1442504802420_5263"=
></span></div><div dir=3D"ltr"><span id=3D"yui_3_16_0_1_1442504802420_5263"=
>Alex</span></div>  <br><div class=3D"qtdSeparateBR"><br><br></div><div sty=
le=3D"display: block;" class=3D"yahoo_quoted"> <div style=3D"font-family: H=
elveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial,=
 Lucida Grande, sans-serif; font-size: 13px;"> <div style=3D"font-family: H=
elveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; =
font-size: 16px;"> <div dir=3D"ltr"> <font face=3D"Arial" size=3D"2"> Em Qu=
inta-feira, 17 de Setembro de 2015 9:12, Alexandre Vilarinho &lt;vilarinhom=
[email protected]&gt; escreveu:<br> </font> </div>  <br><br> <div clas=
s=3D"y_msg_container"><div id=3D"yiv4131522307"><div><div style=3D"color:#0=
00;background-color:#fff;font-family:HelveticaNeue-Light, Helvetica Neue Li=
ght, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:=
13px;"><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486=
527949_9711" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, '=
Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',=
 sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weigh=
t:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-tran=
sform:none;white-space:normal;widows:1;word-spacing:0px;">Hello all,</div><=
div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9=
711" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetic=
a Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-se=
rif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal=
;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:no=
ne;white-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv413152230=
7"></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_14424=
86527949_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:Helvetic=
aNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'L=
ucida Grande', sans-serif;font-size:13px;font-style:normal;font-variant:nor=
mal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent=
:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;">I s=
tarted using DLZ yesterday and I have the following doubt:</div><div class=
=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=
=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helv=
etica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', san=
s-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:no=
rmal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transfor=
m:none;white-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv41315=
22307"></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1=
442486527949_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:Helv=
eticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial=
, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-variant=
:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-in=
dent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"=
>How can I configure the reverse name resolution?</div><div class=3D"yiv413=
1522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" st=
yle=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue =
Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;fon=
t-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter=
-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;whit=
e-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv4131522307"></di=
v><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_144248652794=
9_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-L=
ight, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida G=
rande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;fon=
t-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;te=
xt-transform:none;white-space:normal;widows:1;word-spacing:0px;">I've tried=
 the following combination but none of them worked:</div><div class=3D"yiv4=
131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" =
style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neu=
e Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;f=
ont-size:13px;font-style:normal;font-variant:normal;font-weight:normal;lett=
er-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;wh=
ite-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv4131522307"></=
div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527=
949_9833" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Hel=
vetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sa=
ns-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:n=
ormal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transfo=
rm:none;white-space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv41=
31522307">dlz "Mysql zone" {</span></div><div id=3D"yiv4131522307yui_3_16_0=
_1_1442491830035_3806" class=3D"yiv4131522307" style=3D"color:rgb(0, 0, 0);=
font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', =
Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:nor=
mal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-heigh=
t:normal;text-indent:0px;text-transform:none;white-space:normal;widows:1;wo=
rd-spacing:0px;"><span class=3D"yiv4131522307">&nbsp;&nbsp; database "mysql=
</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1=
442486527949_9972" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Li=
ght, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Gr=
ande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;font=
-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;tex=
t-transform:none;white-space:normal;widows:1;word-spacing:0px;"><span class=
=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9971">&nbs=
p; &nbsp; &nbsp; &nbsp; {host=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user p=
ass=3Ddb_pass}</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307=
yui_3_16_0_1_1442486527949_9970" style=3D"color:rgb(0, 0, 0);font-family:He=
lveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Ari=
al, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-varia=
nt:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-=
indent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px=
;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527=
949_9969">&nbsp; &nbsp; &nbsp; &nbsp; {select zone from dns_records where z=
one =3D '$zone$'}</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522=
307yui_3_16_0_1_1442486527949_9850" style=3D"color:rgb(0, 0, 0);font-family=
:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, =
Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-va=
riant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;te=
xt-indent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:=
0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486=
527949_9849">&nbsp; &nbsp; &nbsp; &nbsp; {select ttl, type, mx_priority, ca=
se when lower(type)=3D'txt' then concat('\"', data, '\"') when lower(type) =
=3D 'soa' then concat_ws(' ', data, resp_person, serial, refresh, retry, ex=
pire, minimum) else data end from dns_records where zone =3D '$zone$' and h=
ost =3D '$record$'}";</span></div><div class=3D"yiv4131522307" style=3D"col=
or:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'H=
elvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13p=
x;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:n=
ormal;line-height:normal;text-indent:0px;text-transform:none;white-space:no=
rmal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307"></span></div=
><div class=3D"yiv4131522307" dir=3D"ltr" id=3D"yiv4131522307yui_3_16_0_1_1=
442486527949_9852" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Li=
ght, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Gr=
ande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;font=
-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;tex=
t-transform:none;white-space:normal;widows:1;word-spacing:0px;"><span class=
=3D"yiv4131522307"><br class=3D"yiv4131522307"></span></div><div class=3D"y=
iv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9958" style=3D"=
color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light',=
 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:=
13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacin=
g:normal;line-height:normal;text-indent:0px;text-transform:none;white-space=
:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv=
4131522307yui_3_16_0_1_1442486527949_9957">dlz "Mysql zone" {</span></div><=
div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9=
853" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetic=
a Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-se=
rif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal=
;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:no=
ne;white-space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522=
307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9883">&nbsp;&nbsp; datab=
ase "mysql</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_=
3_16_0_1_1442486527949_9855" style=3D"color:rgb(0, 0, 0);font-family:Helvet=
icaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, =
'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-variant:n=
ormal;font-weight:normal;letter-spacing:normal;line-height:normal;text-inde=
nt:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><=
span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_=
9854">&nbsp; &nbsp; &nbsp; &nbsp; {host=3D127.0.0.1 dbname=3Ddb_name user=
=3Ddb_user pass=3Ddb_pass}</span></div><div class=3D"yiv4131522307" id=3D"y=
iv4131522307yui_3_16_0_1_1442486527949_9857" style=3D"color:rgb(0, 0, 0);fo=
nt-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', He=
lvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:norma=
l;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:=
normal;text-indent:0px;text-transform:none;white-space:normal;widows:1;word=
-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_=
1_1442486527949_9856">&nbsp; &nbsp; &nbsp; &nbsp; {select zone from 10.168.=
192.in.addr-arpa.zone where zone =3D '$zone$'}</span></div><div class=3D"yi=
v4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9864" style=3D"c=
olor:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', =
'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:1=
3px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing=
:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:=
normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4=
131522307yui_3_16_0_1_1442486527949_9863">&nbsp; &nbsp; &nbsp; &nbsp; {sele=
ct ttl, type, mx_priority, case when lower(type)=3D'txt' then concat('\"', =
data, '\"') when lower(type) =3D 'soa' then concat_ws(' ', data, resp_perso=
n, serial, refresh, retry, expire, minimum) else data end from dns_records =
where zone =3D '$zone$' and host =3D '$record$'}";</span></div><div class=
=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9882" styl=
e=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Li=
ght', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-=
size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-s=
pacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-=
space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307"></sp=
an><br class=3D"yiv4131522307"></div><div class=3D"yiv4131522307" dir=3D"lt=
r" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica =
Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-seri=
f;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;l=
etter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none=
;white-space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv413152230=
7"></span></div><div class=3D"yiv4131522307" dir=3D"ltr" id=3D"yiv413152230=
7yui_3_16_0_1_1442486527949_9865" style=3D"color:rgb(0, 0, 0);font-family:H=
elveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Ar=
ial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-vari=
ant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text=
-indent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0p=
x;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_144248652=
7949_9884">};</span></div><div class=3D"yiv4131522307" dir=3D"ltr" id=3D"yi=
v4131522307yui_3_16_0_1_1442486527949_9866" style=3D"color:rgb(0, 0, 0);fon=
t-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Hel=
vetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal=
;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:n=
ormal;text-indent:0px;text-transform:none;white-space:normal;widows:1;word-=
spacing:0px;"><span class=3D"yiv4131522307"><br class=3D"yiv4131522307"></s=
pan></div><div class=3D"yiv4131522307" dir=3D"ltr" id=3D"yiv4131522307yui_3=
_16_0_1_1442486527949_9867" style=3D"color:rgb(0, 0, 0);font-family:Helveti=
caNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, '=
Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-variant:no=
rmal;font-weight:normal;letter-spacing:normal;line-height:normal;text-inden=
t:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><s=
pan class=3D"yiv4131522307">and&nbsp;</span></div><div class=3D"yiv41315223=
07" dir=3D"ltr" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9873" style=
=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Lig=
ht', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-s=
ize:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-sp=
acing:normal;line-height:normal;text-indent:0px;text-transform:none;white-s=
pace:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307"><br c=
lass=3D"yiv4131522307"></span></div><div class=3D"yiv4131522307" id=3D"yiv4=
131522307yui_3_16_0_1_1442486527949_9874" style=3D"color:rgb(0, 0, 0);font-=
family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helve=
tica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;f=
ont-variant:normal;font-weight:normal;letter-spacing:normal;line-height:nor=
mal;text-indent:0px;text-transform:none;white-space:normal;widows:1;word-sp=
acing:0px;"><span class=3D"yiv4131522307">dlz "Mysql zone" {</span></div><d=
iv class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_98=
75" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica=
 Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-ser=
if;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;=
letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:non=
e;white-space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv41315223=
07" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9885">&nbsp;&nbsp; databa=
se "mysql</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3=
_16_0_1_1442486527949_9881" style=3D"color:rgb(0, 0, 0);font-family:Helveti=
caNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, '=
Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-variant:no=
rmal;font-weight:normal;letter-spacing:normal;line-height:normal;text-inden=
t:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><s=
pan class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9=
886">&nbsp; &nbsp; &nbsp; &nbsp; {host=3D127.0.0.1 dbname=3Ddb_name user=3D=
db_user pass=3Ddb_pass}</span></div><div class=3D"yiv4131522307" id=3D"yiv4=
131522307yui_3_16_0_1_1442486527949_9880" style=3D"color:rgb(0, 0, 0);font-=
family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helve=
tica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;f=
ont-variant:normal;font-weight:normal;letter-spacing:normal;line-height:nor=
mal;text-indent:0px;text-transform:none;white-space:normal;widows:1;word-sp=
acing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1=
442486527949_9887">&nbsp; &nbsp; &nbsp; &nbsp; {select zone from dns_record=
s where zone =3D '$zone$'}</span></div><div class=3D"yiv4131522307" id=3D"y=
iv4131522307yui_3_16_0_1_1442486527949_9877" style=3D"color:rgb(0, 0, 0);fo=
nt-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', He=
lvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:norma=
l;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:=
normal;text-indent:0px;text-transform:none;white-space:normal;widows:1;word=
-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_=
1_1442486527949_9876">&nbsp; &nbsp; &nbsp; &nbsp; {select ttl, type, mx_pri=
ority, case when lower(type)=3D'txt' then concat('\"', data, '\"') when low=
er(type) =3D 'soa' then concat_ws(' ', data, resp_person, serial, refresh, =
retry, expire, minimum) else data end from dns_records where zone =3D '$zon=
e$' and host =3D '$record$'}";</span></div><div class=3D"yiv4131522307" id=
=3D"yiv4131522307yui_3_16_0_1_1442486527949_9877" style=3D"color:rgb(0, 0, =
0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue=
', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style:=
normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-he=
ight:normal;text-indent:0px;text-transform:none;white-space:normal;widows:1=
;word-spacing:0px;"><span class=3D"yiv4131522307"><br class=3D"yiv413152230=
7"></span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_=
1_1442486527949_9853" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue=
-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida=
 Grande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;f=
ont-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;=
text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><span cl=
ass=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9883">&=
nbsp;&nbsp;&nbsp;database "mysql</span></div><div class=3D"yiv4131522307" i=
d=3D"yiv4131522307yui_3_16_0_1_1442486527949_9855" style=3D"color:rgb(0, 0,=
 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neu=
e', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-style=
:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-h=
eight:normal;text-indent:0px;text-transform:none;white-space:normal;widows:=
1;word-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yui_3=
_16_0_1_1442486527949_9854">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;{host=3D127.0.=
0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}</span></div><div class=
=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9857" styl=
e=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Li=
ght', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-=
size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-s=
pacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-=
space:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307" id=
=3D"yiv4131522307yui_3_16_0_1_1442486527949_9856">&nbsp; &nbsp; &nbsp; &nbs=
p;&nbsp;{select zone from 10.168.192.in.addr-arpa.zone where zone =3D '$zon=
e$'}</span></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0=
_1_1442486527949_9877" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeu=
e-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucid=
a Grande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;=
font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px=
;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><span c=
lass=3D"yiv4131522307"></span></div><div class=3D"yiv4131522307" id=3D"yiv4=
131522307yui_3_16_0_1_1442486527949_9864" dir=3D"ltr" style=3D"color:rgb(0,=
 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica =
Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-st=
yle:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;lin=
e-height:normal;text-indent:0px;text-transform:none;white-space:normal;wido=
ws:1;word-spacing:0px;"><span class=3D"yiv4131522307" id=3D"yiv4131522307yu=
i_3_16_0_1_1442486527949_9863">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;{select ttl=
, type, mx_priority, case when lower(type)=3D'txt' then concat('\"', data, =
'\"') when lower(type) =3D 'soa' then concat_ws(' ', data, resp_person, ser=
ial, refresh, retry, expire, minimum) else data end from dns_records where =
zone =3D '$zone$' and host =3D '$record$'}";</span></div><div class=3D"yiv4=
131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9878" style=3D"col=
or:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'H=
elvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13p=
x;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:n=
ormal;line-height:normal;text-indent:0px;text-transform:none;white-space:no=
rmal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307"></span><br c=
lass=3D"yiv4131522307"></div><div class=3D"yiv4131522307" dir=3D"ltr" style=
=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Lig=
ht', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-s=
ize:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-sp=
acing:normal;line-height:normal;text-indent:0px;text-transform:none;white-s=
pace:normal;widows:1;word-spacing:0px;"><span class=3D"yiv4131522307"></spa=
n></div><div class=3D"yiv4131522307" dir=3D"ltr" id=3D"yiv4131522307yui_3_1=
6_0_1_1442486527949_9879" style=3D"color:rgb(0, 0, 0);font-family:Helvetica=
Neue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lu=
cida Grande', sans-serif;font-size:13px;font-style:normal;font-variant:norm=
al;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:=
0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px;"><spa=
n class=3D"yiv4131522307">};</span></div><div class=3D"yiv4131522307" id=3D=
"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"color:r=
gb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helve=
tica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;fo=
nt-style:normal;font-variant:normal;font-weight:normal;letter-spacing:norma=
l;line-height:normal;text-indent:0px;text-transform:none;white-space:normal=
;widows:1;word-spacing:0px;"><br class=3D"yiv4131522307"></div><div class=
=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=
=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helv=
etica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', san=
s-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:no=
rmal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transfor=
m:none;white-space:normal;widows:1;word-spacing:0px;">Do I need to create a=
 new database? For every new zone that I need to create I have to create a =
new database? is it not clear in the documentation.</div><div class=3D"yiv4=
131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" =
style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neu=
e Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;f=
ont-size:13px;font-style:normal;font-variant:normal;font-weight:normal;lett=
er-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;wh=
ite-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv4131522307"></=
div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527=
949_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue=
-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida=
 Grande', sans-serif;font-size:13px;font-style:normal;font-variant:normal;f=
ont-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;=
text-transform:none;white-space:normal;widows:1;word-spacing:0px;">Another =
thing for DLZ to work I had to modify the following parameters:</div><div c=
lass=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" =
dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'H=
elvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', =
sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight=
:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-trans=
form:none;white-space:normal;widows:1;word-spacing:0px;"><br class=3D"yiv41=
31522307"></div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_=
1_1442486527949_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:H=
elveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Ar=
ial, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-vari=
ant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text=
-indent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0p=
x;">%zone% to $zone$ and %records% to $records$. So I had to exchange the %=
 to $. In the website documentation page is posted %, is it possible to cha=
nge to $.</div><div class=3D"yiv4131522307" id=3D"yiv4131522307yui_3_16_0_1=
_1442486527949_9711" dir=3D"ltr" style=3D"color:rgb(0, 0, 0);font-family:He=
lveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Ari=
al, 'Lucida Grande', sans-serif;font-size:13px;font-style:normal;font-varia=
nt:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-=
indent:0px;text-transform:none;white-space:normal;widows:1;word-spacing:0px=
;"><br class=3D"yiv4131522307"></div><div class=3D"yiv4131522307" id=3D"yiv=
4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"color:rgb(0=
, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica=
 Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-s=
tyle:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;li=
ne-height:normal;text-indent:0px;text-transform:none;white-space:normal;wid=
ows:1;word-spacing:0px;">Regards</div><div class=3D"yiv4131522307" id=3D"yi=
v4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"color:rgb(=
0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetic=
a Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:13px;font-=
style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;l=
ine-height:normal;text-indent:0px;text-transform:none;white-space:normal;wi=
dows:1;word-spacing:0px;"><br class=3D"yiv4131522307"></div><div class=3D"y=
iv4131522307" id=3D"yiv4131522307yui_3_16_0_1_1442486527949_9711" dir=3D"lt=
r" style=3D"color:rgb(0, 0, 0);font-family:HelveticaNeue-Light, 'Helvetica =
Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-seri=
f;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;l=
etter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none=
;white-space:normal;widows:1;word-spacing:0px;"><div dir=3D"ltr">Alex</div>=
</div></div></div></div><br>-----------------------------------------------=
-------------------------------<br>Monitor Your Dynamic Infrastructure at A=
ny Scale With Datadog!<br>Get real-time metrics from all of your servers, a=
pps and tools<br>in one place.<br>SourceForge users - Click here to start y=
our Free Trial of Datadog now!<br><a href=3D"http://pubads.g.doubleclick.ne=
t/gampad/clk?id=3D241902991&amp;iu=3D/4140" target=3D"_blank">http://pubads=
.g.doubleclick.net/gampad/clk?id=3D241902991&amp;iu=3D/4140</a><br>________=
_______________________________________<br>Bind-dlz-testers mailing list<br=
><a ymailto=3D"mailto:[email protected]" href=3D"mailt=
o:[email protected]">[email protected]=
e.net</a><br><a href=3D"https://lists.sourceforge.net/lists/listinfo/bind-d=
lz-testers" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/=
bind-dlz-testers</a><br><br><br></div>  </div> </div>  </div></div></body><=
/html>
------=_Part_771882_2068517601.1442507313543--


--===============4916323649427165206==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
--===============4916323649427165206==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bind-dlz-testers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers

--===============4916323649427165206==--