auth zone master upstream, and the config settings for it More...
#include <authzone.h>
Data Fields | |
| struct auth_master * | next |
| next master in list | |
| char * | host |
| master IP address (and port), or hostname, string | |
| char * | file |
| for http, filename | |
| int | http |
| use HTTP for this master | |
| int | ixfr |
| use IXFR for this master | |
| int | allow_notify |
| this is an allow notify member, the master can send notifies to us, but we don't send SOA probes, or zone transfer from it | |
| int | ssl |
| use ssl for channel | |
| int | port |
| the port number (for urls) | |
| struct auth_addr * | list |
| if the host is a hostname, the list of resolved addrs, if any | |
auth zone master upstream, and the config settings for it