ci: migrate from --no-dns to --type ipv4 for cmlxc compatibility

This commit is contained in:
holger krekel
2026-05-10 20:51:30 +02:00
parent a25ffafaed
commit 952be30fb9
3 changed files with 10 additions and 11 deletions

View File

@@ -200,7 +200,6 @@ def is_valid_ipv4(address: str) -> bool:
return False
def format_arpa_address(address: str) -> str:
if is_valid_ipv4(address):
return ipaddress.IPv4Address(address).reverse_pointer