igniter icon indicating copy to clipboard operation
igniter copied to clipboard

Proxy only mode (without vpn interface)

Open ccaapton opened this issue 5 years ago • 7 comments

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 avatar Aug 27 '19 12:08 ccaapton

@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.

GreaterFire avatar Aug 27 '19 15:08 GreaterFire

@wongsyrone Would you mind adding this feature?

ccaapton avatar Feb 18 '20 13:02 ccaapton

Currently, no plan for this. Anyone can implement it and send PR.

wongsyrone avatar Feb 19 '20 12:02 wongsyrone

對於沒有root的手機,只能用VPN模式。

okudayukiko avatar Jul 25 '20 18:07 okudayukiko

对于没有root的手机,只能用VPN模式。

并不是,参考 clash for android 以及 ClashA

uJZk avatar Sep 01 '20 01:09 uJZk

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.

rurirei avatar Nov 10 '20 11:11 rurirei

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.

calidion avatar Oct 15 '22 13:10 calidion