]> March 18, 2010 bindctl 1 BIND10 bindctl control and configure BIND 10 2010 Internet Systems Consortium, Inc. ("ISC") bindctl DESCRIPTION The bindctl tool is a user interface to the BIND 10 services. The program can be used to control the components and configure the BIND 10 options. The options may be specified via its interactive command interpreter. bindctl communicates over the REST-ful interface provided by b10-cmdctl8. The b10-cfgmgr8 daemon stores the configurations and defines the commands. The tool will authenticate using a username and password. On the first successful login, it will save the details to ~/.bind10/default_user.csv which will be used for later uses of bindctl. The bindctl prompt shows > . The prompt will also display the location if changed. The options are based on the module in use. The usage is: module command param1 = value1 , param2 = value2 bindctl's interactive interface provides command-line completion and hints. Press the Tab key to get a hint for the module, command, and/or parameters. The arrow keys and Emacs-style editing keys may be used to edit and recall previous lines. You can use the help keyword to receive usage assistance for a module or a module's command. The quit command is used to exit bindctl (and doesn't stop the BIND 10 services). The following module is available by default: config for Configuration commands. Additional modules may be available, such as Boss, Xfrin, and Auth. SEE ALSO b10-auth8 , b10-cfgmgr8 , b10-cmdctl8 , b10-xfrin8 , bind108 , BIND 10 Guide. AUTHORS The bindctl tool and library were initially coded by Zhang Likun of CNNIC for the BIND 10 project. The initial manual page was written by Jeremy C. Reed of ISC. HISTORY The initial version (with internal name of BigTool) was started in October 2009.