mirror of
https://github.com/kepler155c/opus
synced 2025-10-21 18:57:41 +00:00
network sniffer
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user