dns_entry_pair struct
Definition of one DNS entry: NAME - IP (or the netif whose IP to answer)
Fields
! Exact match of the name field of the DNS query to answer.
! Use this network interface IP to answer, only if NULL, use the static IP below.
! Constant IP address to answer this query, if "if_key==NULL".