mirror of https://github.com/bjdgyc/anylink.git
添加dtls支持
This commit is contained in:
parent
28b5119f50
commit
33b30ecb21
|
@ -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
|
||||
|
||||
默认配置文件内有详细的注释,根据注释填写配置即可。
|
||||
|
|
Loading…
Reference in New Issue