List all configured domains of an Auth Server?

Arno Meulenkamp arno at meulenkamp.net
Fri Mar 22 15:45:12 UTC 2013


Hi Konstantin,

I'm sure others can give a better answer, but you can try:
> config show data_sources/classes/IN[0]/cache-zones
and
> config show data_sources/classes/IN[1]/params

Provided IN[0] is your sqlite type, it will show you the zones you are secondary for and IN[1] is for your MasterFiles type.

It's not a neat list, but it'll show you the config.

If you want all zones, including your primary zones in the db (so excluding the zonefile zones), use sqlite to inspect your db file and use "select * from zones;" to show the zones in the db, primary as well as secondary.

Hope this helps,

Arno

On 22 mrt. 2013, at 06:54, Konstantin Agouros <elwood at agouros.de> wrote:

> Hi,
> 
> is there a way to list all the configured domains?
> 
> Regards,
> 
> Konstantin
> --
> Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood at agouros.de
> Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
> ----------------------------------------------------------------------------
> "Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
> 
> 
> 
> 
> _______________________________________________
> bind10-users mailing list
> bind10-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind10-users



More information about the bind10-users mailing list