From: Jan Doskočil Date: Thu, 23 Oct 2025 12:11:25 +0000 (+0200) Subject: python/libknot: add documentation for zone-serial-set X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c2363dfd301efd0b1199ae5d63351093a5af44;p=thirdparty%2Fknot-dns.git python/libknot: add documentation for zone-serial-set --- diff --git a/python/libknot/README.md b/python/libknot/README.md index efe7adabe5..181693bd83 100644 --- a/python/libknot/README.md +++ b/python/libknot/README.md @@ -162,6 +162,10 @@ Use `@` as `OWNER` if you want to denote `ZONE` itself as the owner. * `zone-stats([ZONE], [SECTION, [ITEM]], [FLAGS="F"])` + `SECTION` stores the module, `ITEM` stores the counter + the `F` flag specifies to include 0 counters in server's response +* `zone-serial-set([ZONE], [FLAGS="F"], [TYPE="+"|"=", DATA])` + + the `F` flag forces serial change, when semantic checks would otherwise fail + + the `TYPE` section controls, whether the serial is *increased* (+) or *set* + (=) to the value provided in `DATA`. #### Configuration