Show
Ignore:
Timestamp:
02/20/05 14:32:28 (8 years ago)
Author:
ahu
Message:

Marc Jauvin of Register4Less has contributed a patch that allows the PipeBackend? (or other backends for that matter)
to respond differently based on the address the question was received *on*

Documentation to follow

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/ueberbackend.hh

    r180 r326  
    115115  void lookup(const QType &, const string &qdomain, DNSPacket *pkt_p=0,  int zoneId=-1); 
    116116 
    117   bool getSOA(const string &domain, SOAData &sd); 
     117  bool getSOA(const string &domain, SOAData &sd, DNSPacket *p=0); 
    118118  bool list(const string &target, int domain_id); 
    119119  bool get(DNSResourceRecord &r);