kkkgo / dnspod-ddns-with-bashshell

The Dnspod DDNS with BashShell
272 stars 94 forks source link

建议增加ddns ip 变动 推送 #18

Closed 110560 closed 1 year ago

110560 commented 3 years ago

如题....可以使用方糖之类的

kkkgo commented 1 year ago

脚本最后一行是结果$result,可以结合curl命令和方糖官方示例,把$result放进去增加一行。
比如官方示例是:

https://sctapi.ftqq.com/<SENDKEY>.send?title=short_title&desp=long_content

你可以在脚本最后一行添加:

https://sctapi.ftqq.com/<SENDKEY>.send?title=IP变动通知&desp=$result
kkkgo commented 1 year ago

如题....可以使用方糖之类的

现在已经支持推送啦~
👉 https://github.com/kkkgo/UE-DDNS