mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1681] 一些建议和探讨 #1331
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#1331
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 @hktalent on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1681
@fatedier
frp能否支持
dns、icmp协议啊?
或者有一个扩展协议的详细文档
或者自动选择
单kcp无法连接时,auto切换tcp,tcp不行就auto切换icmp....
因为网络情况很复杂,有可能仅允许icmp或者dns,或者udp出去
例如学校、或默写DMZ区禁止tcp、udp,但是icmp可以,或者dns可以
一个小建议,能否将client和server合并呢?
1、只要启动,都内置启动socks5 server
也就是远程的server端可以访问到client到socks5,从而访问client到lan内网
2、c & s合并,实现自动切换双向连接
当检测到有互联网ip时,就为server模式
否则就启动 socks5 + client模式
3、例如:vps和家里的机器上安装“c & s合并”了,都可以相互使用对方 网络资源,都可以通过对方代理出数据
特指对方的内网上的其他服务
安全的建议,能否增加服务端 IP、归宿检查,如设定仅允许广州的ip连接
也就是说,client反弹了一个端口到server上,需要限制例如只允许广州的ip连接这个端口
建议 反弹的端口支持仅绑定127.0.0.1,而不是互联网ip上,特殊的情况需要
例如我反弹了若干端口到server上,但是我只希望server上的web server能够访问这些反弹的端口,不希望其他人可见
服务端绑定端口为动态端口
意思是,单客户端需要大量的反弹端口,并不能提前预判还有哪些端口没有被占用,这个时候需要服务端动态确定、分配一个可用的端口,并在客户端响应、输出来
@hktalent commented on GitHub (Mar 3, 2020):
“”“
回答一下你的问题:
”“”
非常感谢作者对上述问题的耐心回复,感谢你
@fatedier
@github-actions[bot] commented on GitHub (May 1, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.