libknot 3.5.2__tar.gz → 3.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libknot-3.5.2 → libknot-3.5.4}/PKG-INFO +4 -2
- {libknot-3.5.2 → libknot-3.5.4}/README.md +3 -1
- {libknot-3.5.2 → libknot-3.5.4}/libknot.egg-info/PKG-INFO +4 -2
- {libknot-3.5.2 → libknot-3.5.4}/pyproject.toml +1 -1
- {libknot-3.5.2 → libknot-3.5.4}/setup.py +1 -1
- {libknot-3.5.2 → libknot-3.5.4}/libknot/__init__.py +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot/control.py +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot/dname.py +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot/probe.py +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot.egg-info/SOURCES.txt +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot.egg-info/dependency_links.txt +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/libknot.egg-info/top_level.txt +0 -0
- {libknot-3.5.2 → libknot-3.5.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libknot
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.4
|
|
4
4
|
Summary: Python bindings for libknot
|
|
5
5
|
Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
|
|
6
6
|
Author: CZ.NIC, z.s.p.o.
|
|
@@ -156,7 +156,9 @@ The following commands apply to all zones if `ZONE` is left empty.
|
|
|
156
156
|
* `zone-validate([ZONE], [FLAGS="B"])`
|
|
157
157
|
* `zone-keys-load([ZONE], [FLAGS="B"])`
|
|
158
158
|
* `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
|
|
159
|
-
* `zone-ksk-submitted([ZONE], [FLAGS="B"])`
|
|
159
|
+
* `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
|
|
160
|
+
+ the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
|
|
161
|
+
stored in the `DATA` section
|
|
160
162
|
* `zone-freeze([ZONE], [FLAGS="B"])`
|
|
161
163
|
* `zone-thaw([ZONE], [FLAGS="B"])`
|
|
162
164
|
* `zone-xfr-freeze([ZONE], [FLAGS="B"])`
|
|
@@ -137,7 +137,9 @@ The following commands apply to all zones if `ZONE` is left empty.
|
|
|
137
137
|
* `zone-validate([ZONE], [FLAGS="B"])`
|
|
138
138
|
* `zone-keys-load([ZONE], [FLAGS="B"])`
|
|
139
139
|
* `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
|
|
140
|
-
* `zone-ksk-submitted([ZONE], [FLAGS="B"])`
|
|
140
|
+
* `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
|
|
141
|
+
+ the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
|
|
142
|
+
stored in the `DATA` section
|
|
141
143
|
* `zone-freeze([ZONE], [FLAGS="B"])`
|
|
142
144
|
* `zone-thaw([ZONE], [FLAGS="B"])`
|
|
143
145
|
* `zone-xfr-freeze([ZONE], [FLAGS="B"])`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libknot
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.4
|
|
4
4
|
Summary: Python bindings for libknot
|
|
5
5
|
Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
|
|
6
6
|
Author: CZ.NIC, z.s.p.o.
|
|
@@ -156,7 +156,9 @@ The following commands apply to all zones if `ZONE` is left empty.
|
|
|
156
156
|
* `zone-validate([ZONE], [FLAGS="B"])`
|
|
157
157
|
* `zone-keys-load([ZONE], [FLAGS="B"])`
|
|
158
158
|
* `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
|
|
159
|
-
* `zone-ksk-submitted([ZONE], [FLAGS="B"])`
|
|
159
|
+
* `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
|
|
160
|
+
+ the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
|
|
161
|
+
stored in the `DATA` section
|
|
160
162
|
* `zone-freeze([ZONE], [FLAGS="B"])`
|
|
161
163
|
* `zone-thaw([ZONE], [FLAGS="B"])`
|
|
162
164
|
* `zone-xfr-freeze([ZONE], [FLAGS="B"])`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|