Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isccfg
File: namedconf.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#ifndef ISCCFG_NAMEDCONF_H
[12] Fix | Delete
#define ISCCFG_NAMEDCONF_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file isccfg/namedconf.h
[15] Fix | Delete
* \brief
[16] Fix | Delete
* This module defines the named.conf, rndc.conf, and rndc.key grammars.
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
#include <isccfg/cfg.h>
[20] Fix | Delete
[21] Fix | Delete
/*
[22] Fix | Delete
* Configuration object types.
[23] Fix | Delete
*/
[24] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_namedconf;
[25] Fix | Delete
/*%< A complete named.conf file. */
[26] Fix | Delete
[27] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_bindkeys;
[28] Fix | Delete
/*%< A bind.keys file. */
[29] Fix | Delete
[30] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_newzones;
[31] Fix | Delete
/*%< A new-zones file (for zones added by 'rndc addzone'). */
[32] Fix | Delete
[33] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_addzoneconf;
[34] Fix | Delete
/*%< A single zone passed via the addzone rndc command. */
[35] Fix | Delete
[36] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndcconf;
[37] Fix | Delete
/*%< A complete rndc.conf file. */
[38] Fix | Delete
[39] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndckey;
[40] Fix | Delete
/*%< A complete rndc.key file. */
[41] Fix | Delete
[42] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_sessionkey;
[43] Fix | Delete
/*%< A complete session.key file. */
[44] Fix | Delete
[45] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_keyref;
[46] Fix | Delete
/*%< A key reference, used as an ACL element */
[47] Fix | Delete
[48] Fix | Delete
/*%< An EDNS client subnet address, used as an ACL element */
[49] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_ecsprefix;
[50] Fix | Delete
[51] Fix | Delete
/*%< Zone options */
[52] Fix | Delete
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_zoneopts;
[53] Fix | Delete
[54] Fix | Delete
#endif /* ISCCFG_NAMEDCONF_H */
[55] Fix | Delete
[56] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function