-
Notifications
You must be signed in to change notification settings - Fork 279
Description
Well, I looked at the issue that was posted about 1yr ago and it seemed to be a DNS issue.
I don't like unfixed issues that seem pretty easy to fix.
So, I did some research and found this gem here:
https://stackoverflow.com/questions/38959067/dns-lookup-issue-when-running-my-go-app-in-termux
Basically, you need to
pkg install proot
then run this command
proot -b $PREFIX/etc/resolv.conf:/etc/resolv.conf ./sshx
and it should work
Yes, it is working thru proot but honestly, I don't care. Most of my apps dont seem to have an issue with it.
A native android port would be the best but the last time I tried it it had some minor issues compiling I couldn't get past.
EDIT:
Apparently, you can also run termux-chroot ./sshx
termux-chroot sets up a lot more directories and files for programs that expect a more traditional linux layout