添加dtls支持

This commit is contained in:
bjdgyc 2021-05-21 19:06:28 +08:00
parent 28b5119f50
commit 33b30ecb21
1 changed files with 1 additions and 2 deletions

View File

@ -60,6 +60,7 @@ sudo ./anylink -conf="conf/server.toml"
- [x] IP分配(实现IP、MAC映射信息的持久化)
- [x] TLS-TCP通道
- [x] DTLS-UDP通道
- [x] 兼容AnyConnect
- [x] 基于tun设备的nat访问模式
- [x] 基于tap设备的桥接访问模式
@ -72,8 +73,6 @@ sudo ./anylink -conf="conf/server.toml"
- [x] 后台管理界面
- [x] 访问权限管理
- [ ] DTLS-UDP通道
## Config
默认配置文件内有详细的注释,根据注释填写配置即可。