mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
ERROR: Failed to bring up WireGuard device: permission denied in termux (non-root Android) #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dpurnam on GitHub (Oct 10, 2025).
Describe the Bug
I've almost given up on setting up a newt client inside the termux app on a non-root android phone (because newt claims to be userspace).
For now reverted to using a functional cloudflared tunnel, unwillingly.
I've tried using the newt binary for arm64, which had its own issues with CA certs verification for remote (pangolin) server, DNS issues (unable to ping 127.0.0.1:53) et al.
So i switched to using termux-udocker, which got me over with the issues above except the one below.
Environment
To Reproduce
used a very simple docker compose with udocker:
But simple --env arguments for udocker should also be enough instead of a compose file
Expected Behavior
A working newt client?