Skip to content

Termux Support added #141

@tech128

Description

@tech128

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions