1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Leo Vandewoestijne 1a18e0ae75 dns/py-libknot: new port: Python API using knot.sock to interact with the Knot DNS daemon
Using this module it's possible to create scripts for efficient tasks
that would require complex shell scripts with multiple calls of knotc.
For communication with the daemon it uses the same mechanism as the
knotc utility, i.e. communication via a Unix socket.

PR:	278280
2024-07-23 19:49:21 +03:00

3 lines
103 B
Plaintext

Python interface to operate the Knot DNS daemon.
Communicating with it using the knot.sock unixsocket.