fix: Catch DNS from wireformat error
All checks were successful
Build Docker / Build Docker (push) Successful in 1m39s

This commit is contained in:
2025-11-20 10:15:52 +11:00
parent efd94281ef
commit 03fe2b552c
6 changed files with 1670 additions and 20 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from hns-login!")
if __name__ == "__main__":
main()