1032. [func] hostname.bind/txt/chaos now returns the name of
the machine hosting the nameserver. This is useful
in diagnosing problems with anycast servers.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: parser.c,v 1.77 2001/09/08 00:21:40 gson Exp $ */
|
||||
/* $Id: parser.c,v 1.78 2001/10/08 07:46:04 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -819,6 +819,7 @@ options_clauses[] = {
|
||||
{ "has-old-clients", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "heartbeat-interval", &cfg_type_uint32, 0 },
|
||||
{ "host-statistics", &cfg_type_boolean, CFG_CLAUSEFLAG_NOTIMP },
|
||||
{ "hostname", &cfg_type_qstring, 0 },
|
||||
{ "interface-interval", &cfg_type_uint32, 0 },
|
||||
{ "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
|
||||
{ "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
|
||||
|
||||
Reference in New Issue
Block a user