RabbitVpnDemo icon indicating copy to clipboard operation
RabbitVpnDemo copied to clipboard

a demo project for testing iOS network extension with NEkit

Results 23 RabbitVpnDemo issues
Sort by recently updated
recently updated
newest added

Hello, After reading this code: https://github.com/yichengchen/RabbitVpnDemo/blob/master/PacketTunnel/PacketTunnelProvider.swift#L249 I wonder what's the reason of that. I mean, shouldn't we call cancelTunnel before calling again startTunnel? Is that the normal way to recover...

Hi Yicheng, Thanks for your work on the demo project. I have forked your RabbitVPN code, and find it great to learn how to develop a vpn with NEKit. Now...

问题描述: 当规则文件稍大时,如果在packettunnel内 Yaml.load(yaml_str) 会闪退,提示最大 15mb的限制。 解决方案: 将 Yaml.load(yaml_str) 移到主程序读取再通过confg传入 packettunnel,在 packettunnel 内读取相关规则字典数据即可解决。