fred-mod-whoisd-3.7.1
|
Configuration structure of whoisd module. More...
Data Fields | |
int | whoisd_enabled |
Enabled/disabled flag. | |
const char * | disclaimer_filename |
File with disclaimer. | |
char * | disclaimer |
Disclaimer as a string. | |
char * | object |
Name of whois object. | |
char * | logger_object |
Name of logger object. |
Configuration structure of whoisd module.
Disclaimer as a string.
Referenced by process_whois_connection(), process_whois_query(), set_disclaimer_file(), and whois_postconfig_hook().
const char* whoisd_server_conf::disclaimer_filename |
File with disclaimer.
Referenced by set_disclaimer_file(), and whois_postconfig_hook().
Name of logger object.
Referenced by log_whois_request(), process_whois_query(), and set_logger_object().
Name of whois object.
Referenced by process_whois_query(), set_whois_object(), and whois_postconfig_hook().
Enabled/disabled flag.
Referenced by process_whois_connection(), set_whois_protocol(), and whois_postconfig_hook().