Am 19.09.2014 um 12:28 schrieb Krzysztof Strzeszewski:
...
> I want add my global domain in my serwer dns unbound... How to do? I
> don't add local domain:
> 
> local-data: "example.com 10800 IN A local_IP"
> 
> but I want add mu global domain end record A for public_IP in global
> network.
> 
> I konw how add my domain in named(bind):
> 
> zone "example.com" {
>         type master;
>         file "example.com.hosts";
>         allow-update { none; };
>         allow-transfer { 111.111.111.111; };
>         notify yes;
> };
> 
> end add record A in example.com.hosts.
...

hi Krzych,

as a read it correctly - you seem to be out of luck, because unbound is
"just" a resolving nameserver an no full authoritative one.

Your first step, by using a combination of local-zone: and local-data:
should be the best choice.

Otherwise you can configure a stub resolver, but this one has to be an
authoritative one as well like e.g. bind oder nsd.

Concening the RR in my opinion you should be able to use non RFC1918
addresses in these config-parts as well - but I haven't tested it yet.

Regards,
Marco

Reply via email to