Hi,
Yes, so long as you are authoritative for the zone you can forward
subdomains of that zone to any other DNS server you want.
On Mon, Aug 2, 2021, 3:07 PM Daniel Armando Rodriguez via bind-users <
bind-users@lists.isc.org> wrote:
> Was wondering If would be possible to setup a forwarding sche
For testing purposes just added a zone as follows
zone "www.dominio.edu.ar" {
type forward;
forward only;
forwarders { XXX.XXX.XXX.XXX; };
};
and this is what I've got
root@nssv:~# dig www.dominio.edu.ar
; <<>> DiG 9.11.5-P4-5.1+deb10u5-Debian <<>> www.dominio.edu.ar
;; global option
Was wondering If would be possible to setup a forwarding scheme just for
some subdomains, I emphasize the fact that master is publicly accesible
and current need is to locally resolv a bunch of subdomains of the same
zone. I think image attached in previuos message is pretty explanatory,
but cu
Ramesh wrote:
>
> I commented the root hint zone section(default) in the named.conf file to
> stop bind from communicating to the global root DNS servers and it should
> only use the internal forwarders available in the options{} section.
I think the config option you want is `forward only`. The
Am 02.08.21 um 17:28 schrieb Ramesh:
Hello,
I commented the root hint zone section(default) in the named.conf file
to stop bind from communicating to the global root DNS servers and it
should only use the internal forwarders available in the options{} section.
|#zone "." IN { # type hint;
Hello,
I commented the root hint zone section(default) in the named.conf file to
stop bind from communicating to the global root DNS servers and it should
only use the internal forwarders available in the options{} section.
#zone "." IN { # type hint; # file "named.ca";#};
But the BI
6 matches
Mail list logo