lws_client/config.json
BeGild 022a31a489 初版完成等待和服务器调试
1. 完成虚拟root节点的使用
2. 完成基础接口的实现和转发

等待完善自动获取登录IP的功能,config暂时需要配置端口
2024-07-23 08:52:07 +08:00

9 lines
150 B
JSON
Executable File

{
"mount": {
"c:\\": "/l3c",
"d:\\": "/l0d",
"f:\\": "/l0e"
},
"port": 7412,
"addr": "192.168.0.110"
}