-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[建议]分应用流量控制 #95
Comments
很好的提议,但是面临高考瑟瑟发抖 |
@PeratX 大大我先试试呗....vpnserver流量分开应该改的是这里嘛? DaedalusVpnService.java line 234 public void run() {
try {
Builder builder = new Builder()
.setSession("Daedalus")
.setConfigureIntent(PendingIntent.getActivity(this, 0,
new Intent(this, MainActivity.class).putExtra(MainActivity.LAUNCH_FRAGMENT, MainActivity.FRAGMENT_SETTINGS),
PendingIntent.FLAG_ONE_SHOT));
String format = null; |
@Yi-Frank Emmm... |
建议看官方文档,我是实在没时间做更新 |
大哥 依赖库哪里下载 用什么软件运行 |
推荐Android Studio,安装好Android SDK之后用Gradle构建 |
@Rsplwe 已经编写完成 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为什么不试着去搞个分应用控制呢?
比如某个应用(的流量)走 DNS Server 而某个应用不走...
The text was updated successfully, but these errors were encountered: