mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-08-25 16:48:39 +00:00
client rec working
This commit is contained in:
parent
71055045e4
commit
2d135782b0
8
Makefile
Normal file
8
Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
vnc_rec:
|
||||
go build -o ./bin/vnc_recorder ./vnc_rec/cmd/
|
||||
|
||||
run_rec:
|
||||
./bin/vnc_recorder -recDir=./bin/recordings/ -targHost=localhost -targPort=5901 -targPass=boxware -tcpPort=5902 -vncPass=boxware
|
||||
|
||||
clear:
|
||||
rm -rf bin/recordings/*
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user