ccaapton
ccaapton
In the current implementation, the alarm hook is done at triggerAlarmsLocked(), this would stop the app from being notified when the alarm occurs. However, the kernel will be waken from...
目前android版中,需要走direct的连接也会被内核引至tun interface, 然后kitsunebi也需要对这些连接中的包进行逐个转发,比较浪费资源。 在采取fake-ip策略的前提下,我们可以把需要代理的domain全部fake至一个固定的ip range中,然后用addRoute 把这个ip range加入内核路由表,这样就只需要处理代理连接,而direct连接的数据包会被内核nat后直接交给底层interface,性能损失会大大降低。
Some app will check for the wifi signal strength and refuse to work if signal is poor. It appears this module can not fake the strength information. For test, this...
Hi, microG works perfectly on my previous phone with LineageOS and haystack patch. However I recently changed to a new xiaomi mi6 without GMS preinstalled, and I do not intend...
在开启fakedns后,我们可以把需要代理的domain全部fake至ipPool中,把ipPool 加入到bypass_private_ip_address,这样就可以大量减少bypass_private_ip_address的覆盖范围,使得不需要代理的连接直连上游,而不需要走tun2socks,从而使网速更快耗电更少。
In the logcat I noticed this ` W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.zzzmode.appopsx.action.SERVER_CONNECTED flg=0x10 (has extras) } to com.zzzmode.appopsx/.ServerStatusChangeReceiver ` It seems AppopsX is using implicit...
Currently, compiling trojan on termux is a big pain and give a lot of errors. Would you mind adding a "proxy only mode" to igniter? It does not have any...
I'm using overture for adblocking with very long list of hosts file. It appears dns query is a bit slow, maybe because overture need to go through the whole list...
**Feature description** Implement android vpn interface, obtain the tun file descriptor, and expose it to termux command line programs. Currently android only allow one active vpn app, but a lot...
In the current implementation, two consecutive ']' clicks will always trigger "next page" action, no matter how long in between these two clicks. Even there is a one-minute gap, it...