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

Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler:

StealthVPN - https://itunes.apple.com/us/app/stealth-vpn/id1358027922?mt=8

make a file ending in .sh put this code in it; `#!/bin/bash for plist in ./Carthage/Build/iOS/*/*.plist ; do if [ -e "$plist" ] ; then # Check whether file exists....

切换4G跟 wifi后 就连不上了

请问下 nekit 如何 抓进来的数据 打印出来

你好,请问这个demo vpn的类型是什么,PPTP?L2TP?IPSec?

这个规则文件...默认走全局代理..我可以设置黑名单...但是我目前的需求是设置白名单...全局不走代理..只有我规则内的ip和域名走代理..我该怎么配置呢

目前可以通过配置.conf文件,决定哪些域名/ip是否走代理。但有这么一个问题,我将某个韩服游戏的所有ip都设置为走代理的,却没有生效。不知道是不是udp包传输方面的问题?我应该怎么处理?希望能帮忙解答一下,谢谢!!