1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-21 18:57:41 +00:00

network sniffer

This commit is contained in:
kepler155c@gmail.com
2019-02-23 18:36:17 -05:00
parent 1c859029f1
commit 8ae3b33374
5 changed files with 81 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ Event.addRoutine(function()
print('proxy: lost connection from ' .. socket.dhost)
break
end
socket:write({ proxy[data.fn](table.unpack(data.args)) })
socket:write({ proxy[data[1]](table.unpack(data, 2)) })
end
end
end)