Add zone validation

This commit is contained in:
2025-09-28 15:48:12 +02:00
parent d41efd93d2
commit 24bb2c04d1
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
import logging
import subprocess
import dns.zone
from pathlib import Path
from datetime import datetime, UTC

View File

@@ -1,5 +1,6 @@
import logging
import requests
import dns.zone
from config import *