Nroxy icon indicating copy to clipboard operation
Nroxy copied to clipboard

A VPNService based HTTP Proxy APP bundled with Node.js Runtime

Results 4 Nroxy issues
Sort by recently updated
recently updated
newest added

同志还维护不

就很突然,想不到原因,没有改动过任何东西 ``` at TLSSocket.onConnectEnd (_tls_wrap.js:1088:19) at Object.onceWrapper (events.js:277:13) at TLSSocket.emit (events.js:194:15) at endReadableNT (_stream_readable.js:1103:12) at process._tickCallback (internal/process/next_tick.js:63:19) code: 'ECONNRESET', path: null, host: '59.111.179.214', port: 443, localAddress: undefined } ```

https://developer.android.com/about/versions/10/privacy/changes#proc-net-filesystem > 对 `/proc/net` 文件系统的访问权限实施了限制 https://github.com/nondanee/Nroxy/blob/7933f070216b2e2e30d36e92e390e9564107089b/app/src/main/cpp/tun2http/ip.c#L321-L333 导致 `get_uid` 出错 ``` type=1400 audit(0.0:13003): avc: denied { read } for name="tcp" dev="proc" ino=4026532086 scontext=u:r:untrusted_app_27:s0:c512,c768 tcontext=u:object_r:proc_net_tcp_udp:s0 tclass=file permissive=0 ``` 需使用 `getConnectionOwnerUid`(Called from C...

help wanted

不確定是甚麼問題 搭配 node.js runtime + 127.0.0.1:8080 的 proxy 就十分正常 但是如果不用 node.js runtime,只用遠端 VPS 架好的 proxy (`https;//my.domain:8080` 形式的 URL) 似乎就無法正常運作?