Actinium icon indicating copy to clipboard operation
Actinium copied to clipboard

A 3rd party V2Ray client for Android

Results 35 Actinium issues
Sort by recently updated
recently updated
newest added

``` { "log": { "loglevel": "none" }, "inbounds": [ { "port": 10808, "listen": "127.0.0.1", "protocol": "socks", "domainOverride": ["tls","http"], "settings": { "auth": "noauth", "udp": false } } ], "outbounds": [ {...

There is no such a thing in google play store. project is dead? What is alternative?

#### Expected behavior Supposedly, The application will not cause Crash, If you click more than 1 time quickly on the check icon or minimize the type of network restriction feature....

#### Expected behavior Supposedly, The application does not stop when the user plays a screen rotation from portrait mode to landscape mode to portrait mode at the back, at the...

配置如下 测试y2b、网页等均流畅速度很好,但是Instagram客户端频繁出现无法刷新动态的提示。尝试强制重开nstagram客户端、开关飞行模式、断开重连Actinium后会随机恢复正常,一段时间后会再现无法刷新动态的提示。 { "port": 10808, "log": { "loglevel": "warning" }, "inbound": { "domainOverride": ["http", "tls"], "protocol": "socks", "listen": "127.0.0.1", "settings": { "auth": "noauth", "udp": true } }, "inboundDetour": [], "outbound":...

如题,想办法用Universal Copy从手机上OCR识别并提取出了Actinium格式的配置文件,加入了domain override以及chinasite、chinaip,设置好分应用代理,用浏览器一测试,被代理的app依然是全局通过v2ray服务器端。希望下版更新作者能想办法解决一下这个问题。不胜感激~! 隔壁v2rayNG已经实现了绕过中国大陆域名和IP的功能(app全局设置以及修改配置文件加domain override、chinasite以及chinaip都可以),只是遗憾google play商店有问题。

開發者你好: 我發現在打開Google的時候使用了代理,但是訪問中國大陸網站卻沒有使用代理 而且在設定中也沒有發現相關設定,請問該如何解決? 感謝。

用上Websocket以后,actinium无法使用。 转换配置文件后,能看到数据收发,发送大于接收,无法代理任何页面。 证书签在一个三级域名上,公签证书,不是自己签的。不知道跟三级域名有无联系。 **但是同一配置文件,v2ray-macos可以使用。在actinium的配置文件上,把address解析成IP填上,也能正常使用....** 想不通原因。 配置文件 `{` ` "inbound": {` ` "port": 1080,` ` "protocol": "socks",` ` "settings": {` ` "auth": "noauth",` ` "udp": false,` ` "ip": "127.0.0.1"` ` }`...