mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
samples: relicense to GPL-2.0-or-later
This commit is contained in:
parent
d18fcbf03a
commit
dd27e00b6e
5 changed files with 17 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env perl
|
||||
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# For more information, see <https://www.knot-dns.cz/>
|
||||
|
||||
# This package is needed on Debian derived ditributions: libnet-dbus-perl
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# For more information, see <https://www.knot-dns.cz/>
|
||||
|
||||
# This package is needed on Debian derived ditributions: python3-dasbus
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# For more information, see <https://www.knot-dns.cz/>
|
||||
|
||||
# This package is needed on Debian derived ditributions: libglib2.0-bin
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# For more information, see <https://www.knot-dns.cz/>
|
||||
|
||||
"""Simple program for exposing statistics from Knot DNS over HTTP/HTTPS."""
|
||||
"""A simple program for exposing statistics from Knot DNS over HTTP/HTTPS."""
|
||||
|
||||
import http.server
|
||||
import libknot.control
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# For more information, see <https://www.knot-dns.cz/>
|
||||
|
||||
"""Simple program for exporting statistics from Knot DNS to influxdb."""
|
||||
"""A simple program for exporting statistics from Knot DNS to influxdb."""
|
||||
|
||||
import libknot.control
|
||||
import io
|
||||
|
|
|
|||
Loading…
Reference in a new issue