1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-22 15:48:28 +00:00

10 lines
208 B
Bash
Raw Permalink Normal View History

2016-05-17 19:13:37 +08:00
#!/bin/bash
./../bin/frps -c ./conf/auto_test_frps.ini &
sleep 1
./../bin/frpc -c ./conf/auto_test_frpc.ini &
2017-12-18 19:35:09 +08:00
./../bin/frpc -c ./conf/auto_test_frpc_visitor.ini &
2016-05-17 19:13:37 +08:00
# wait until proxies are connected
2017-03-28 00:27:30 +08:00
sleep 2