mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
chore: change test.sh do not use ssl
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
+1
-1
@@ -22,6 +22,6 @@ gen_mac() {
|
||||
|
||||
while [ $i -ne $cnt ]
|
||||
do
|
||||
rtty -I "$(gen_mac)" -d "$(date +%s%N | md5sum | head -c 20)" -h $host -p $port -s &
|
||||
rtty -I "$(gen_mac)" -d "$(date +%s%N | md5sum | head -c 20)" -h $host -p $port &
|
||||
i=$((i+1))
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user