File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ args = "all"
131
131
```
132
132
[plug.doglite]
133
133
args = "-service xx.xx.xx.xx:xx -action socks5 -local :40004 -r"
134
+
134
135
```
135
136
在信息页点选该插件运行,或在命令行输入 start doglite 即可启动该插件。
136
137
@@ -223,6 +224,24 @@ message PlugResult {
223
224
224
225
```
225
226
227
+ 5、 上线提醒功能 需要在conf里面配置一下webhook
228
+ demo里用的是wxpusher的方案,可以自己改 但是目前只支持POST模式。
229
+ body里面的模板支持以下变量
230
+ ```
231
+ {Id}
232
+ {Target}
233
+ {Intranet}
234
+ {Username}
235
+ {Hostname}
236
+ {Platform}
237
+ {Process}
238
+ {Pid}
239
+ {Systype}
240
+ {Internet}
241
+ {Note}
242
+ {Projname}
243
+ {Projroute}
244
+ ```
226
245
227
246
228
247
## 更新
@@ -306,3 +325,4 @@ message PlugResult {
306
325
## 交流
307
326
https://discord.gg/YMqeN5Qyk4
308
327
328
+ ![ 1678687517388] ( https://user-images.githubusercontent.com/46884495/224620568-d4fd64ba-d005-48d8-b120-302c9811a2f7.png )
You can’t perform that action at this time.
0 commit comments