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