- 主题:Ubuntu全局代理,对个别程序不起作用
在/etc/environment中设置了代理。但个别程序(非apt类)还是直连,有什么办法吗?
--
FROM 13.125.205.*
个别的程序,指的就是XDroid。我想让里面的APP走代理,不知道怎么设置。
--
FROM 13.125.205.*
不加proxychain,命令行能够启动XDroid。加了proxychain,XDroid就启动不起来。
[proxychains] Strict chain ... 127.0.0.1:1089 [proxychains] Strict chain ... 127.0.0.1:1089 ... 127.0.0.1:8889 ... 127.0.0.1:8889 ... OK
... OK
[proxychains] DLL init: proxychains-ng 4.14
./command-xapp-center.sh: line 104: 19432 Trace/breakpoint trap (core dumped) $XDROID_ROOT/usr/bin/xAppCenter $@
[proxychains] DLL init: proxychains-ng 4.14
[proxychains] Strict chain ... 127.0.0.1:1089 [proxychains] Strict chain ... 127.0.0.1:1089 ... 127.0.0.1:8889 ... 127.0.0.1:8889 ... OK
... OK
[proxychains] DLL init: proxychains-ng 4.14
Trace/breakpoint trap (core dumped)
【 在 graceman 的大作中提到: 】
: 我记得proxychain 简单粗暴
:
: #发自zSMTH@MI
--
FROM 13.125.205.*
是编写/etc/sysconfig/network-scripts/route-eth0文件吗?
【 在 gluon521 的大作中提到: 】
: 直接设置路由表
:
--
FROM 13.125.205.*
还有一个问题,代理是有端口的,设定路由表怎么指定端口呢?
【 在 gluon521 的大作中提到: 】
: 直接设置路由表
:
--
FROM 13.125.205.*