Stand/Server Software/vpn-node-tools/run.sh

7 lines
58 B
Bash
Raw Normal View History

2024-10-16 11:20:42 +08:00
#!/bin/bash
while true
do
php vpn-auth-updater.php
done