Hi Niall, On Tue, 2025-11-11 at 11:07 +0000, Niall O'Reilly via Pdns-users wrote: > I've noticed the contrib directory in the pdns repo, > and wonder whether: > * contributed code is acceptable there from outside the project; > * and, if so, what requirements you have, that a contributor > would have to meet. > I'm asking because we have developed tooling in the DEfO project > which implements the zone factory behaviour described in the current > WKECH Internet Draft. We have Python, rust, and bash implementations > of this tooling.
Looking at the draft, contrib would be a fine place for a small daemon/script in python that can do the HTTP(S) requests and utilize the API (or call pdnsutil) to modify HTTPS records. If your code is quite involved (e.g. a big application), I would recommend using its own git repository. If you would add a script to contrib, please keep in mind that this would be licensed under the GNU GPL version 2. If you want is licensed under a different license, please add it to the file (or keep it in a separate repository). Best Regards, Pieter _______________________________________________ Pdns-users mailing list [email protected] https://mailman.powerdns.com/mailman/listinfo/pdns-users
