PinkD / corplink-rs

使用 rust 实现的飞连客户端
GNU General Public License v2.0
194 stars 26 forks source link

IPC error -22: failed to set allowed ip: netip.ParsePrefix("10.xx.xx.108"): no '/' #30

Open fanwenlin opened 3 months ago

fanwenlin commented 3 months ago

报错日志:

image

添加日志发现,ConnectVPN接口返回的route中,包含了一个没有子网掩码的地址

image
fanwenlin commented 3 months ago

对这部分末尾添加/32之后,可以顺利运行了,不确定这么改是否合适 https://github.com/PinkD/corplink-rs/pull/31