igniter
igniter copied to clipboard
Proxy only mode (without vpn interface)
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 vpn interface or tun2sock stuff, just trojan as a socks5 proxy listening on some localhost port. If so, termux users no longer need to compile trojan themselves.
@ccaapton Good Idea. Will do. One of the major changes is to keep trojan running in the background as a service opposed to a VPN service.
@wongsyrone Would you mind adding this feature?
Currently, no plan for this. Anyone can implement it and send PR.
對於沒有root的手機,只能用VPN模式。
对于没有root的手机,只能用VPN模式。
并不是,参考 clash for android 以及 ClashA
simply start a Foreground Service to start Tun2socksService. ...
to done this.
example: https://github.com/2dust/v2rayNG/blob/master/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayProxyOnlyService.kt or https://github.com/rurirei/Kitsunebi/blob/go/app/src/main/java/io/github/rurirei/v2rayng/service/V2RayProxyService.kt
@ccaapton Good Idea. Will do. One of the major changes is to keep trojan running in the background as a service opposed to a VPN service.
You can take a look at this igniter variant:
https://github.com/low-api-support-trojan/igniter
Proxy only will soon be implemented as well as support that all apps will be excluded by default and auto start after rebooting.