Commit 10bd6b72 authored by 胡凯旋's avatar 胡凯旋

add gor binary

parent 1373d257
./cp-traffic.sh url文件 :本地服务端口 待重放请求待目标ip:端口
...@@ -24,5 +24,5 @@ echo $allow_url_param ...@@ -24,5 +24,5 @@ echo $allow_url_param
echo "===============" echo "==============="
echo "从$2上复制流量(来自文件$1配置的URL)到$3上" echo "从$2上复制流量(来自文件$1配置的URL)到$3上"
sudo gor --input-raw $2 --output-http $3 $allow_url_param sudo ./gor --input-raw $2 --output-http $3 $allow_url_param
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment