save
This commit is contained in:
parent
feef31ca03
commit
fff40982a3
@ -4,6 +4,10 @@ Webman的DNS服务器插件,可以实现Webman启动时运行一个DNS服务
|
|||||||
|
|
||||||
> 注意:默认为udp53端口,需要ROOT权限
|
> 注意:默认为udp53端口,需要ROOT权限
|
||||||
|
|
||||||
|
[Github](https://github.com/ywnsya/webman-dns)
|
||||||
|
|
||||||
|
[LaysenseRepo](https://git.laysense.com/enoch/Webman-Dns)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 支持的DNS类型:
|
## 支持的DNS类型:
|
||||||
@ -26,7 +30,6 @@ Webman的DNS服务器插件,可以实现Webman启动时运行一个DNS服务
|
|||||||
composer require laysense/dns
|
composer require laysense/dns
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## 配置
|
## 配置
|
||||||
|
|
||||||
> 配置文件位于 /config/plugin/laysense/dns/process.php
|
> 配置文件位于 /config/plugin/laysense/dns/process.php
|
||||||
@ -43,7 +46,6 @@ return [
|
|||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
> 为了方便您的使用,本插件(不要脸地)导入了一个Controller
|
> 为了方便您的使用,本插件(不要脸地)导入了一个Controller
|
||||||
@ -94,10 +96,8 @@ class DnsController
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
具体的使用方式请参照 [Workerman-DNS](https://www.workerman.net/a/1439) ([Github](https://github.com/ywnsya/workerman-dns)) 下的start.php
|
具体的使用方式请参照 [Workerman-DNS](https://www.workerman.net/a/1439) ([Github](https://github.com/ywnsya/workerman-dns)) 下的start.php
|
||||||
|
|
||||||
|
|
||||||
## 赞助(我不要脸)
|
## 赞助(我不要脸)
|
||||||
|
|
||||||
![1671360565549](image/readme/1671360565549.png)
|
![1671360565549](image/readme/1671360565549.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user