2.2.5.2.10.1 DNS_RPC_FORWARDERS_W2K

The DNS_RPC_FORWARDERS_W2K structure specifies the set of DNS servers this DNS server will forward unresolved queries to.

 typedef struct _DnssrvRpcForwardersW2K {
   DWORD fRecurseAfterForwarding;
   DWORD dwForwardTimeout;
   PIP4_ARRAY aipForwarders;
 } DNS_RPC_FORWARDERS_W2K,
  *PDNS_RPC_FORWARDERS_W2K;

fRecurseAfterForwarding: A value of 0x00000001 indicates that the DNS server is configured to use normal recursion for name resolution if forwarders are not configured or are unreachable; a value of 0x00000000 indicates it is not.

dwForwardTimeout: The time-interval, in seconds, for which the DNS server waits for a response from each server in the forwarders list. No restrictions are applied to the range for the dwForwardTimeout member when modifying its value through this structure. If dwForwardTimeout is set to zero, then the server SHOULD<45> reset the forward timeout to the default value, 3 minutes (180 seconds).

aipForwarders: The list of IP addresses that will be used as forwarders by the DNS server.