added ip/port output

This commit is contained in:
2026-08-24 01:12:44 +02:00
parent 1024766723
commit 6bdd6160c0

View File

@@ -22,6 +22,7 @@ redraw = function()
end if
clear_screen
last_clear[0] = time
print ip + " " + port
for line in results
print line
end for