让RustDesk客户端默认启用允许IP直连

1.定位源码文件:libs\hbb_common\src\config.rs
2.使用编辑工具打开并搜索如下代码(大概在460行):
let mut config = Config::load_::<Config2>("2");
let mut store = false;
让RustDesk客户端默认启用允许IP直连

1.定位源码文件:libs\hbb_common\src\config.rs
2.使用编辑工具打开并搜索如下代码(大概在460行):
let mut config = Config::load_::<Config2>("2");
let mut store = false;


请登录后查看评论内容