mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #167] server with domain #111
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @galenzhao on GitHub (Nov 29, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/167
在client的配置里,如果server是个domain,在log里边总会报错nslookup timeout,
我看请求的dns server地址并不是resov.conf里边配置的,而是一个同网段的ip,
可是这个ip的server并不存在,所以肯定是timeout的,
这个是bug,还是有什么需要配置的
@fatedier commented on GitHub (Nov 29, 2016):
执行
nslookup {your domain}结果如何?@goer99 commented on GitHub (Dec 25, 2016):
确实在client的配置里,填写server的域名,是无法工作的,希望可以解决这个问题,谢谢。
@fatedier commented on GitHub (Dec 25, 2016):
@goer99 请提供更详细的信息,比如配置文件,以及通过 dig 正常解析域名时使用的 dns server,可能相关的系统环境。
@goer99 commented on GitHub (Dec 25, 2016):
我又重新验证了一遍,没有这个问题了。如此看来上一次我遇到的问题,其原因并不出在域名解析上,只是被我误以为是dns解析问题了。
现在用域名写server地址是没问题的,工作正常。
@goer99 commented on GitHub (Dec 25, 2016):
btw, 下午试用了一下dog-tunnel,那个项目并不完整,很不好用。还是等frp的udp打洞吧。:)