mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #569] 希望能支持代理连接RDP #2380
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2380
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 @czxinc on GitHub (Nov 22, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/569
Originally assigned to: @VShawn on GitHub.
公司的网络需要代理才能访问互联网,但是RDP默认不走系统代理。FreeRDP是支持使用代理连接的,命令如下:
wfreerdp.exe /v:<远程桌面地址>:<远程桌面端口> /proxy:<代理地址>:<代理端口>希望能支持代理连接RDP,谢谢。
@filwu8 commented on GitHub (Nov 22, 2023):
你可以自建一个反向代理,可以用这个工具,https://github.com/fatedier/frp
已经我都已经用这个方案稳定跑了好几年了
@czxinc commented on GitHub (Nov 22, 2023):
我就是在用这个的,在要控制的电脑上建立了反向代理暴露到互联网。是公司的电脑需要控制那台电脑,而公司需要挂代理才能访问互联网
@filwu8 commented on GitHub (Nov 22, 2023):
还可以在你的电脑上搞个Nginx 做正向代理端口转发,也是一个解决思路
@VShawn commented on GitHub (Nov 23, 2023):
已经有好几个人提这个需求了,然而 RDP 默认就没有 proxy 功能,加起来很麻烦,相对于1Remote里面要内置一个反向代理模块。
所以这个功能一直没有做是因为开发起来很麻烦,而我个人又完全用不到。放着等有缘人来个 PR 或者我什么时候很闲了就会跟进开发。
@VShawn commented on GitHub (Dec 3, 2023):
@czxinc
现在你可以尝试使用最新nightly 版本中的 APP protocol 启动 freerdp,进而实现代理功能。
如图: