dfggggx198601

Results 5 issues of dfggggx198601

以下是我的启动命令 ``` docker run -itd --privileged \ --cap-add=net_admin --cap-add=net_raw --cap-add=mknod \ --sysctl net.ipv6.conf.all.disable_ipv6=0 \ -v /dev/net/tun:/dev/tun \ -v ~/data:/data \ -p 5556:5555 \ --name redroid11 \ redroid/redroid:12.0.0-latest ``` 宿主机连接成功 root@instance-20240323-220316:~#...

已尝试openvpn和nekobox ![image](https://github.com/remote-android/redroid-doc/assets/104133292/90284750-5f86-4406-a233-a762bbc81d18) 以上是该服务器访问ipinfo后返回的是本来的IP,但此时openvpn已经连接上我的openvpn服务端了 ![image](https://github.com/remote-android/redroid-doc/assets/104133292/48313d66-0b29-4fd4-ae4d-0142a6fb6c08) 容器可以通过连接上的ip访问服务端 ![image](https://github.com/remote-android/redroid-doc/assets/104133292/87fc9a07-bccd-44f8-8bd0-60ce4d0bb4a4) ![image](https://github.com/remote-android/redroid-doc/assets/104133292/c6fe3c79-9f8e-4dfb-9104-e8887b3bdb30) 但容器自身的应用,就无法使用任何代理工具

原本data/local/目录下的tmp应该是一个目录但无法连接的时候,tmp会变成一个文件,无论哪个版本都会这样,用scrcpy连接就会报错如下: adb: error: stat failed when trying to push to /data/local/tmp/scrcpy-server.jar: Not a directory ERROR: "adb push" returned with value 1 ERROR: Server connection failed

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...