new
This commit is contained in:
9
client/shell/yadync.sh
Executable file
9
client/shell/yadync.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
SHAREDSECRET="test123"
|
||||||
|
DYNID="testhost"
|
||||||
|
DATE=`date +%s`
|
||||||
|
CHECKSUM=`echo "$DYNID $SHAREDSECRET $DATE" | md5sum | awk '{print $1}'`
|
||||||
|
OUT="$DYNID $DATE $CHECKSUM"
|
||||||
|
echo $OUT | nc -q 0 -u 88.198.170.2 9090
|
||||||
|
|
Reference in New Issue
Block a user