Support multiple A and AAAA records #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Andreas Weinlein (2012-12-21) reporter
tinysvcmdns is great - thanks!
It seems tinysvcmdns will be the perfect foundation for my next open source project but I need an additional feature: Support for multiple A / AAAA additional RRs.
It's very common to announce services for multiple IPs, but the current API offers no easy way to add these additional RRs. In addition it would be great to add full IPv6 (AAAA-Record) support to enable the announcement of services using IPv6 too.
I'm willing to contribute the necessary code and already tried some modifications. It would be great to get some hints to find all necessary functions, ...
And now I've implemented my feature request. It would be great to get my pull request included.
geekman (2012-12-22) repo owner
changed status to resolved