fix: Add openssl to dockerfile
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 1m5s
Build Docker / BuildImage (push) Successful in 1m10s

This commit is contained in:
2025-11-21 00:29:42 +11:00
parent 3d5d203831
commit f70454c9a4
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ def hip2(domain: str) -> str | None:
# Catch all exceptions
except Exception as e:
print(f"Hip2: Lookup failed with error: {e}", flush=True)
return "Hip2: Lookup failed."
return
def wallet_txt(domain: str, doh_url="https://au.hnsdoh.com/dns-query") -> str | None: