mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2283] 建议增加 DNS 隧道和 ICMP 隧道传输数据 #1813
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#1813
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 @haodiao on GitHub (Mar 8, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2283
在一些网络中要各种验证信息才能免费上,实在太烦了
特别是一些公共的WIFI,要填写手机号、关注公众号等等,之后就是各种硬广
但这类的WIFI一般 DNS 通道和 ICMP 的通道都基本上是正常的,
所以建议 Frp 添加模拟 dns 请求 和 ping 命令请求来建立隧道传输数据
@kissingers commented on GitHub (Mar 16, 2021):
你把服务器的UDP用端口53就可以实现第一个方案。
@haodiao commented on GitHub (Mar 24, 2021):
@kissingers 想太多了吧,不是标准的DNS查询根本行不通,
有的还不能使用第三方DNS,只能通过路由的DNS来递归到目标服务器