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
~ $ 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-frp 和 ddns-go 都有使用这种方案, 比较简单 方案2. 专门使用 termux 打了补丁的 golang 环境构建, 比如 carapace-sh, 相对复杂
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
这是一个已知问题, 这可以看到相关的讨论 jeessy2/ddns-go#682
解决方案有2种:
方案1. 自定义dns地址, 如 go-frp 和 ddns-go 都有使用这种方案, 比较简单
方案2. 专门使用 termux 打了补丁的 golang 环境构建, 比如 carapace-sh, 相对复杂
The text was updated successfully, but these errors were encountered: