On Jun 22, 2011 4:35 PM, "Stefan Certic" wrote:
> zone "4.6.1.8.3.e164enum" {
> type forward;
> forwarders {127.0.0.1 port 5200;};
> };
>
> zone "e164enum" {
> type master;
> file "/etc/bind/enum.conf";
> };
...
> What i am trying to achieve, is:
>
> - Match everything that begins with 4.6.1.8.
On Wednesday, June 22, 2011 10:38:31 pm Ben Croswell wrote:
> Is the child domain you want to forward delegated in the parent you load?
> If it isn't the forward will be ignored.
>
> -Ben Croswell
>
> On Jun 22, 2011 4:35 PM, "Stefan Certic" wrote:
> > Hi,
> >
> > I am facing the following puzz
Hi,
I am facing the following puzzle:
zone "4.6.1.8.3.e164enum" {
type forward;
forwarders {127.0.0.1 port 5200;};
};
zone "e164enum" {
type master;
file "/etc/bind/enum.conf";
};
while enum.conf has something like:
*.4.6.1.8.3.e164enum. NAPTR 10 100 "u" "E2U+pstn:tel" "!^(.*)$!tel:
\\1\;spn=2
3 matches
Mail list logo