We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我创建docker容器是这样创建的 sudo 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 5555:5555 redroid/redroid:12.0.0-latest
但是手机中使用clashforandroid vpn代理时报cannot create interface
The text was updated successfully, but these errors were encountered:
Possible due to permission issues; try chmod 666 /dev/net/tun on your host, then run redroid again. And make sure tun module loaded
chmod 666 /dev/net/tun
tun
Sorry, something went wrong.
No branches or pull requests
我创建docker容器是这样创建的 sudo 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 5555:5555 redroid/redroid:12.0.0-latest
但是手机中使用clashforandroid vpn代理时报cannot create interface
The text was updated successfully, but these errors were encountered: