feat: add hook

This commit is contained in:
langhuihui
2024-12-08 16:54:27 +08:00
parent c6c1596d98
commit d9f29c16f9
5 changed files with 203 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
hook:
server_keep_alive:
url: "http://your-webhook-endpoint"
method: "POST"
interval: 60 # 每60秒发送一次保活信息
retryTimes: 3
retryInterval: 1s