feat: faster and simpler DNS checks, better ip-address determination (#346)

* drastically reduce round-trips for dns checks, and do it during 'run' and 'dns' sub commands 
* provide progress-dots for dns checks and "--verbose" for seeing what is executed remotely 
* introduce ssh-mediated remote python function execution mechanism
This commit is contained in:
holger krekel
2024-07-08 20:10:52 +02:00
committed by GitHub
parent 0d61c13c58
commit 85bb301255
9 changed files with 229 additions and 218 deletions

View File

@@ -18,6 +18,7 @@ dependencies = [
"ruff",
"pytest",
"pytest-xdist",
"execnet",
"imap_tools",
]