#!/bin/bash
while :
do
    way=$(dirname "$0")
    /home/opt/frp/frpc -c /home/opt/frp/frpc.toml
    sleep 16s
done
