mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 15:08:59 +00:00
ci: migrate from --no-dns to --type ipv4 for cmlxc compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user