run_test.sh 155 B

12345678
  1. #!/bin/bash
  2. ./../bin/frps -c ./conf/auto_test_frps.ini &
  3. sleep 1
  4. ./../bin/frpc -c ./conf/auto_test_frpc.ini &
  5. # wait until proxies are connected
  6. sleep 2