feat: added the ability to run commands remotely
commands can now be sent and their outputs received
This commit is contained in:
@@ -67,7 +67,7 @@ impl Connection {
|
||||
bail!("received packet from wrong computer");
|
||||
}
|
||||
|
||||
dbg!(self.decrypt_and_verify(&buffer[..read]))
|
||||
self.decrypt_and_verify(&buffer[..read])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user