Configuring Named.conf.local file
Alexandre Vilarinho <[email protected]> Thu, 17 Sep 2015 12:12:51 +0000 (UTC)
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
--===============7159299587313438200==
Content-Type: multipart/alternative;
boundary="----=_Part_672158_1193250285.1442491971169"
Content-Length: 34398
------=_Part_672158_1193250285.1442491971169
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
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
------=_Part_672158_1193250285.1442491971169
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 class=3D"" id=3D"yiv05077307=
92yui_3_16_0_1_1442486527949_9711" style=3D"color: rgb(0, 0, 0); font-famil=
y: 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-hei=
ght: normal; orphans: auto; text-align: start; text-indent: 0px; text-trans=
form: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text=
-stroke-width: 0px;">Hello all,</div><div class=3D"" id=3D"yiv0507730792yui=
_3_16_0_1_1442486527949_9711" 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-=
variant: normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform:=
none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stro=
ke-width: 0px;"><br class=3D""></div><div class=3D"" id=3D"yiv0507730792yui=
_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; 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-height: normal; orphans: auto; text-indent: 0px; tex=
t-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webk=
it-text-stroke-width: 0px;">I started using DLZ yesterday and I have the fo=
llowing doubt:</div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486=
527949_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb(0, 0, 0); f=
ont-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-height: normal; orphans: auto; text-indent: 0px; text-transform: none=
; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-wi=
dth: 0px;"><br class=3D""></div><div class=3D"" id=3D"yiv0507730792yui_3_16=
_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb=
(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helve=
tica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;=
font-style: normal; font-variant: normal; font-weight: normal; letter-spac=
ing: normal; line-height: normal; orphans: auto; text-indent: 0px; text-tra=
nsform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-te=
xt-stroke-width: 0px;">How can I configure the reverse name resolution?</di=
v><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9711" dir=
=3D"ltr" style=3D"text-align: start; 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-va=
riant: normal; font-weight: normal; letter-spacing: normal; line-height: no=
rmal; orphans: auto; text-indent: 0px; text-transform: none; white-space: n=
ormal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br c=
lass=3D""></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_14424865279=
49_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb(0, 0, 0); font-=
family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helv=
etica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: nor=
mal; font-variant: normal; font-weight: normal; letter-spacing: normal; lin=
e-height: normal; orphans: auto; text-indent: 0px; text-transform: none; wh=
ite-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:=
0px;">I've tried the following combination but none of them worked:</div><=
div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9711" dir=3D"l=
tr" style=3D"text-align: start; 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=
: normal; font-weight: normal; letter-spacing: normal; line-height: normal;=
orphans: auto; text-indent: 0px; text-transform: none; white-space: normal=
; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=
=3D""></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9=
833" style=3D"color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helve=
tica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans=
-serif; font-size: 13px; font-style: normal; font-variant: normal; font-wei=
ght: normal; letter-spacing: normal; line-height: normal; orphans: auto; te=
xt-align: start; text-indent: 0px; text-transform: none; white-space: norma=
l; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span cla=
ss=3D"">dlz "Mysql zone" {</span></div><div id=3D"yui_3_16_0_1_144249183003=
5_3806" class=3D"" 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: no=
rmal; font-weight: normal; letter-spacing: normal; line-height: normal; orp=
hans: auto; text-align: start; text-indent: 0px; text-transform: none; whit=
e-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0=
px;"><span class=3D""> database "mysql</span></div><div class=
=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9972" style=3D"color: r=
gb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Hel=
vetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13p=
x; font-style: normal; font-variant: normal; font-weight: normal; letter-sp=
acing: normal; line-height: normal; orphans: auto; text-align: start; text-=
indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spa=
cing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv05077=
30792yui_3_16_0_1_1442486527949_9971"> {host=3D1=
27.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}</span></div><div c=
lass=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9970" style=3D"colo=
r: 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; lette=
r-spacing: normal; line-height: normal; orphans: auto; text-align: start; t=
ext-indent: 0px; text-transform: none; white-space: normal; widows: 1; word=
-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv0=
507730792yui_3_16_0_1_1442486527949_9969"> {sele=
ct zone from dns_records where zone =3D '$zone$'}</span></div><div class=3D=
"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9850" style=3D"color: rgb(=
0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvet=
ica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; =
font-style: normal; font-variant: normal; font-weight: normal; letter-spaci=
ng: normal; line-height: normal; orphans: auto; text-align: start; text-ind=
ent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacin=
g: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv05077307=
92yui_3_16_0_1_1442486527949_9849"> {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, seri=
al, refresh, retry, expire, minimum) else data end from dns_records where z=
one =3D '$zone$' and host =3D '$record$'}";</span></div><div class=3D"" sty=
le=3D"color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neu=
e Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; =
font-size: 13px; font-style: normal; font-variant: normal; font-weight: nor=
mal; letter-spacing: normal; line-height: normal; orphans: auto; text-align=
: start; text-indent: 0px; text-transform: none; white-space: normal; widow=
s: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"">=
</span></div><div class=3D"" dir=3D"ltr" id=3D"yiv0507730792yui_3_16_0_1_14=
42486527949_9852" style=3D"text-align: start; color: rgb(0, 0, 0); font-fam=
ily: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helveti=
ca, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: normal=
; font-variant: normal; font-weight: normal; letter-spacing: normal; line-h=
eight: normal; orphans: auto; text-indent: 0px; text-transform: none; white=
-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0p=
x;"><span class=3D""><br class=3D""></span></div><div class=3D"" id=3D"yiv0=
507730792yui_3_16_0_1_1442486527949_9958" style=3D"color: rgb(0, 0, 0); fon=
t-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', He=
lvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: n=
ormal; font-variant: normal; font-weight: normal; letter-spacing: normal; l=
ine-height: normal; orphans: auto; text-align: start; text-indent: 0px; tex=
t-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webk=
it-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv0507730792yui_3_16_0_=
1_1442486527949_9957">dlz "Mysql zone" {</span></div><div class=3D"" id=3D"=
yiv0507730792yui_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-styl=
e: normal; font-variant: normal; font-weight: normal; letter-spacing: norma=
l; line-height: normal; orphans: auto; text-align: start; text-indent: 0px;=
text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -=
webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv0507730792yui_3_1=
6_0_1_1442486527949_9883"> database "mysql</span></div><div cla=
ss=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9855" style=3D"color:=
rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'H=
elvetica 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; orphans: auto; text-align: start; tex=
t-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-s=
pacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv050=
7730792yui_3_16_0_1_1442486527949_9854"> {host=
=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}</span></div><d=
iv class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9857" style=3D"=
color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Ligh=
t', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-s=
ize: 13px; font-style: normal; font-variant: normal; font-weight: normal; l=
etter-spacing: normal; line-height: normal; orphans: auto; text-align: star=
t; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; =
word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"=
yiv0507730792yui_3_16_0_1_1442486527949_9856"> {=
select zone from 10.168.192.in.addr-arpa.zone where zone =3D '$zone$'}</spa=
n></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9864"=
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; orphans: auto; text-a=
lign: start; text-indent: 0px; text-transform: none; white-space: normal; w=
idows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=
=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9863"> &nb=
sp; {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$'}";</span></=
div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9882" sty=
le=3D"color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neu=
e Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; =
font-size: 13px; font-style: normal; font-variant: normal; font-weight: nor=
mal; letter-spacing: normal; line-height: normal; orphans: auto; text-align=
: start; text-indent: 0px; text-transform: none; white-space: normal; widow=
s: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"">=
</span><br class=3D""></div><div class=3D"" dir=3D"ltr" style=3D"text-align=
: start; 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; letter-spacing: normal; line-height: normal; orphans: auto; text-in=
dent: 0px; text-transform: none; white-space: normal; widows: 1; word-spaci=
ng: 0px; -webkit-text-stroke-width: 0px;"><span class=3D""></span></div><di=
v class=3D"" dir=3D"ltr" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9865=
" style=3D"text-align: start; color: rgb(0, 0, 0); font-family: HelveticaNe=
ue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Luci=
da Grande', sans-serif; font-size: 13px; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: normal; o=
rphans: auto; text-indent: 0px; text-transform: none; white-space: normal; =
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=
=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9884">};</span></div><d=
iv class=3D"" dir=3D"ltr" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_986=
6" style=3D"text-align: start; color: rgb(0, 0, 0); font-family: HelveticaN=
eue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Luc=
ida Grande', sans-serif; font-size: 13px; font-style: normal; font-variant:=
normal; font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: auto; text-indent: 0px; text-transform: none; white-space: normal;=
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=
=3D""><br class=3D""></span></div><div class=3D"" dir=3D"ltr" id=3D"yiv0507=
730792yui_3_16_0_1_1442486527949_9867" style=3D"text-align: start; color: r=
gb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Hel=
vetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13p=
x; font-style: normal; font-variant: normal; font-weight: normal; letter-sp=
acing: normal; line-height: normal; orphans: auto; text-indent: 0px; text-t=
ransform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-=
text-stroke-width: 0px;"><span class=3D"">and </span></div><div class=
=3D"" dir=3D"ltr" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9873" style=
=3D"text-align: start; color: rgb(0, 0, 0); font-family: HelveticaNeue-Ligh=
t, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Gran=
de', sans-serif; font-size: 13px; font-style: normal; font-variant: normal;=
font-weight: normal; letter-spacing: normal; line-height: normal; orphans:=
auto; text-indent: 0px; text-transform: none; white-space: normal; widows:=
1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D""><b=
r class=3D""></span></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1=
442486527949_9874" 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: no=
rmal; font-weight: normal; letter-spacing: normal; line-height: normal; orp=
hans: auto; text-align: start; text-indent: 0px; text-transform: none; whit=
e-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0=
px;"><span class=3D"">dlz "Mysql zone" {</span></div><div class=3D"" id=3D"=
yiv0507730792yui_3_16_0_1_1442486527949_9875" 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-styl=
e: normal; font-variant: normal; font-weight: normal; letter-spacing: norma=
l; line-height: normal; orphans: auto; text-align: start; text-indent: 0px;=
text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -=
webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv0507730792yui_3_1=
6_0_1_1442486527949_9885"> database "mysql</span></div><div cla=
ss=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9881" style=3D"color:=
rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'H=
elvetica 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; orphans: auto; text-align: start; tex=
t-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-s=
pacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv050=
7730792yui_3_16_0_1_1442486527949_9886"> {host=
=3D127.0.0.1 dbname=3Ddb_name user=3Ddb_user pass=3Ddb_pass}</span></div><d=
iv class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9880" style=3D"=
color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Ligh=
t', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-s=
ize: 13px; font-style: normal; font-variant: normal; font-weight: normal; l=
etter-spacing: normal; line-height: normal; orphans: auto; text-align: star=
t; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; =
word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"=
yiv0507730792yui_3_16_0_1_1442486527949_9887"> {=
select zone from dns_records where zone =3D '$zone$'}</span></div><div clas=
s=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9877" style=3D"color: =
rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'He=
lvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13=
px; font-style: normal; font-variant: normal; font-weight: normal; letter-s=
pacing: normal; line-height: normal; orphans: auto; text-align: start; text=
-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-sp=
acing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=3D"yiv0507=
730792yui_3_16_0_1_1442486527949_9876"> {select =
ttl, type, mx_priority, case when lower(type)=3D'txt' then concat('\"', dat=
a, '\"') when lower(type) =3D 'soa' then concat_ws(' ', data, resp_person, =
serial, refresh, retry, expire, minimum) else data end from dns_records whe=
re zone =3D '$zone$' and host =3D '$record$'}";</span></div><div class=3D""=
id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9877" 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; fo=
nt-style: normal; font-variant: normal; font-weight: normal; letter-spacing=
: normal; line-height: normal; orphans: auto; text-align: start; text-inden=
t: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing:=
0px; -webkit-text-stroke-width: 0px;"><span class=3D""><br class=3D""></sp=
an></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9853=
" 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; orphans: auto; text-=
align: start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=
=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9883">  =
;database "mysql</span></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_=
1_1442486527949_9855" style=3D"color: rgb(0, 0, 0); font-family: HelveticaN=
eue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Luc=
ida Grande', sans-serif; font-size: 13px; font-style: normal; font-variant:=
normal; font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: none; w=
hite-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width=
: 0px;"><span class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9854=
"> {host=3D127.0.0.1 dbname=3Ddb_name user=
=3Ddb_user pass=3Ddb_pass}</span></div><div class=3D"" id=3D"yiv0507730792y=
ui_3_16_0_1_1442486527949_9857" style=3D"color: rgb(0, 0, 0); font-family: =
HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, A=
rial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: normal; fon=
t-variant: normal; font-weight: normal; letter-spacing: normal; line-height=
: normal; orphans: auto; text-align: start; text-indent: 0px; text-transfor=
m: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-st=
roke-width: 0px;"><span class=3D"" id=3D"yiv0507730792yui_3_16_0_1_14424865=
27949_9856"> {select zone from 10.168.192.i=
n.addr-arpa.zone where zone =3D '$zone$'}</span></div><div class=3D"" id=3D=
"yiv0507730792yui_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-sty=
le: normal; font-variant: normal; font-weight: normal; letter-spacing: norm=
al; line-height: normal; orphans: auto; text-align: start; text-indent: 0px=
; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;"><span class=3D""></span></div><div class=
=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9864" dir=3D"ltr" style=
=3D"text-align: start; color: rgb(0, 0, 0); font-family: HelveticaNeue-Ligh=
t, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Gran=
de', sans-serif; font-size: 13px; font-style: normal; font-variant: normal;=
font-weight: normal; letter-spacing: normal; line-height: normal; orphans:=
auto; text-indent: 0px; text-transform: none; white-space: normal; widows:=
1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D"" id=
=3D"yiv0507730792yui_3_16_0_1_1442486527949_9863"> &nbs=
p; {select ttl, type, mx_priority, case when lower(type)=3D'txt' then =
concat('\"', data, '\"') when lower(type) =3D 'soa' then concat_ws(' ', dat=
a, resp_person, serial, refresh, retry, expire, minimum) else data end from=
dns_records where zone =3D '$zone$' and host =3D '$record$'}";</span></div=
><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9878" style=
=3D"color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue =
Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; fo=
nt-size: 13px; font-style: normal; font-variant: normal; font-weight: norma=
l; letter-spacing: normal; line-height: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; widows:=
1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D""></=
span><br class=3D""></div><div class=3D"" dir=3D"ltr" style=3D"text-align: =
start; color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Ne=
ue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;=
font-size: 13px; font-style: normal; font-variant: normal; font-weight: no=
rmal; letter-spacing: normal; line-height: normal; orphans: auto; text-inde=
nt: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing=
: 0px; -webkit-text-stroke-width: 0px;"><span class=3D""></span></div><div =
class=3D"" dir=3D"ltr" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9879" =
style=3D"text-align: start; 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: no=
rmal; font-weight: normal; letter-spacing: normal; line-height: normal; orp=
hans: auto; text-indent: 0px; text-transform: none; white-space: normal; wi=
dows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span class=3D=
"">};</span></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_1_144248652=
7949_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb(0, 0, 0); fon=
t-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', He=
lvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: n=
ormal; font-variant: normal; font-weight: normal; letter-spacing: normal; l=
ine-height: normal; orphans: auto; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-widt=
h: 0px;"><br class=3D""></div><div class=3D"" id=3D"yiv0507730792yui_3_16_0=
_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb(0=
, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helveti=
ca Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; f=
ont-style: normal; font-variant: normal; font-weight: normal; letter-spacin=
g: normal; line-height: normal; orphans: auto; text-indent: 0px; text-trans=
form: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text=
-stroke-width: 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"" id=3D"yiv0507730792yui_3_16_0_1_144=
2486527949_9711" dir=3D"ltr" style=3D"text-align: start; 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-st=
yle: normal; font-variant: normal; font-weight: normal; letter-spacing: nor=
mal; line-height: normal; orphans: auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-strok=
e-width: 0px;"><br class=3D""></div><div class=3D"" id=3D"yiv0507730792yui_=
3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; color:=
rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'H=
elvetica 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; orphans: auto; text-indent: 0px; text=
-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webki=
t-text-stroke-width: 0px;">Another thing for DLZ to work I had to modify th=
e following parameters:</div><div class=3D"" id=3D"yiv0507730792yui_3_16_0_=
1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; color: rgb(0,=
0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetic=
a Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; fo=
nt-style: normal; font-variant: normal; font-weight: normal; letter-spacing=
: normal; line-height: normal; orphans: auto; text-indent: 0px; text-transf=
orm: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-=
stroke-width: 0px;"><br class=3D""></div><div class=3D"" id=3D"yiv050773079=
2yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start; c=
olor: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Light=
', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-si=
ze: 13px; font-style: normal; font-variant: normal; font-weight: normal; le=
tter-spacing: normal; line-height: normal; orphans: auto; text-indent: 0px;=
text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -=
webkit-text-stroke-width: 0px;">%zone% to $zone$ and %records% to $records$=
. So I had to exchange the % to $. In the website documentation page is pos=
ted %, is it possible to change to $.</div><div class=3D"" id=3D"yiv0507730=
792yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text-align: start;=
color: rgb(0, 0, 0); font-family: HelveticaNeue-Light, 'Helvetica Neue Lig=
ht', '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; orphans: auto; text-indent: 0p=
x; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px;=
-webkit-text-stroke-width: 0px;"><br class=3D""></div><div class=3D"" id=
=3D"yiv0507730792yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"text=
-align: start; 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-we=
ight: normal; letter-spacing: normal; line-height: normal; orphans: auto; t=
ext-indent: 0px; text-transform: none; white-space: normal; widows: 1; word=
-spacing: 0px; -webkit-text-stroke-width: 0px;">Regards</div><div class=3D"=
" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9711" dir=3D"ltr" style=3D"=
text-align: start; 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; fon=
t-weight: normal; letter-spacing: normal; line-height: normal; orphans: aut=
o; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; =
word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=3D""></div><d=
iv class=3D"" id=3D"yiv0507730792yui_3_16_0_1_1442486527949_9711" dir=3D"lt=
r" style=3D"text-align: start; color: rgb(0, 0, 0); font-family: HelveticaN=
eue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Luc=
ida Grande', sans-serif; font-size: 13px; font-style: normal; font-variant:=
normal; font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: auto; text-indent: 0px; text-transform: none; white-space: normal;=
widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir=3D=
"ltr">Alex</div></div></div></body></html>
------=_Part_672158_1193250285.1442491971169--
--===============7159299587313438200==
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
--===============7159299587313438200==
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
--===============7159299587313438200==--