mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1182] 建议改进教程中有关udp的示例 #925
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#925
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 @sueccku on GitHub (Apr 7, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1182
0.25.3
debian 9 amd64
建议改进教程中有关udp的示例,教程中以dns为例过于费解,建议改成以普通的udp为例
@fatedier commented on GitHub (Apr 9, 2019):
因为 UDP 服务本身不多,DNS 是一个很容易在本地模拟和测试的常见的 UDP 服务。
普通的 UDP 服务,还有什么在各个环境下都方便测试验证的服务吗?
@WiiGe commented on GitHub (Apr 9, 2019):
找个游戏服务器的示例吧,比如ARK的或者7日杀的示例?
@fatedier commented on GitHub (Apr 9, 2019):
游戏服务器并不能像 DNS 服务一样让每个人都能够很轻易的做验证,对于普通用户而言反而更不友好。
DNS 作为每一台机器上都必备的功能,我觉得作为 UDP 的示例反而是更加合适的。
@sueccku commented on GitHub (Apr 23, 2019):
关键是用dns的举例有误导性,会让人以为udp和tcp配置方法不同,建议保留dns,加一个普通的udp,程序也不用具体程序,说某程序就行了,需要的人自然懂