Skip to content

Commit eb6c122

Browse files
author
ydhcui
committed
Update README.md
1 parent fde31bb commit eb6c122

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ args = "all"
131131
```
132132
[plug.doglite]
133133
args = "-service xx.xx.xx.xx:xx -action socks5 -local :40004 -r"
134+
134135
```
135136
在信息页点选该插件运行,或在命令行输入 start doglite 即可启动该插件。
136137

@@ -223,6 +224,24 @@ message PlugResult {
223224
224225
```
225226

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+
```
226245

227246

228247
## 更新
@@ -306,3 +325,4 @@ message PlugResult {
306325
## 交流
307326
https://discord.gg/YMqeN5Qyk4
308327

328+
![1678687517388](https://user-images.githubusercontent.com/46884495/224620568-d4fd64ba-d005-48d8-b120-302c9811a2f7.png)

0 commit comments

Comments
 (0)