Skip to content
New issue

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

在 Android Termux 中使用 tssh 域名时, 会出现域名dns解析错误 #153

Closed
fa1seut0pia opened this issue Oct 18, 2024 · 0 comments · Fixed by #154
Closed

在 Android Termux 中使用 tssh 域名时, 会出现域名dns解析错误 #153

fa1seut0pia opened this issue Oct 18, 2024 · 0 comments · Fixed by #154

Comments

@fa1seut0pia
Copy link
Contributor

~ $ tssh qwer@6.ipw.cn
dial tcp [6.ipw.cn:22] failed: dial tcp: lookup 6.ipw.cn on [::1]:53: read udp [::1]:48654->[::1]:53: read: connection refused
~ $

这是一个已知问题, 这可以看到相关的讨论 jeessy2/ddns-go#682

解决方案有2种:
方案1. 自定义dns地址, 如 go-frpddns-go 都有使用这种方案, 比较简单
方案2. 专门使用 termux 打了补丁的 golang 环境构建, 比如 carapace-sh, 相对复杂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant