test1120 最近的时间轴更新
test1120

test1120

V2EX 第 538983 号会员,加入于 2021-03-23 09:44:53 +08:00
test1120 最近回复了
1.写一个脚本 getipv6.sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
getcurrent_url="curl -s https://www.xxxxxx.com/update_ipv6.php"; //在你的网站获取 ipv6,并更新到你需要的地方。
get_url="$($getcurrent_url)";
echo $get_url;

2.定时任务(每 5 分钟执行一行):
*/5 * * * * /data/shell/getipv6.sh 2>&1


完工,稳定运行很多年了。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5488 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 07:28 · PVG 15:28 · LAX 00:28 · JFK 03:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.