• Show log

    Commit

  • Hash : 19b3fd0b
    Author : Sergey Matveychuk
    Date : 2021-04-07T20:39:18

    evdns: add ability to get CNAME
    
    Add new flag (DNS_CNAME_CALLBACK) for
    evdns_base_resolve_ipv4()/evdns_base_resolve_ipv6().
    
    If set, you will get one more callback with type == DNS_CNAME and CNAME
    in addrs argument.