|
Enrique Rodriguez made changes - 27/Sep/05 04:30 PM
Enrique Rodriguez made changes - 27/Sep/05 04:43 PM
Support for serving SRV records has been added.
o In addition to the above steps I also added the attributeTypes to the DnsAttribute constants. Committed to apacheds-core (apachedns.schema) on revision 292329. Committed to dns-protocol on revision 292331. http://svn.apache.org/viewcvs.cgi?view=rev&rev=292329 http://svn.apache.org/viewcvs.cgi?view=rev&rev=292331
Enrique Rodriguez made changes - 29/Sep/05 07:14 AM
Alex Karasulu made changes - 07/Feb/06 02:26 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Adding a resource record (RR) to Apache DNS involves the following steps:
1) Add a new objectClass and possibly attributeType support to the apachedns.schema for the new RR type.
2) Write an Encoder that knows how to convert from the RR attributes to the binary resource data payload in the DNS reply.
3) Add the RR type-to-Encoder mapping to the DnsEncoder's hashed adapter.
4) Add example SRV record(s) into the LDIF that ships with the DNS protocol provider.