mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1341] socks5不能代理IE 11 #1065
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#1065
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 @ChenWenBrian on GitHub (Jul 27, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1341
What version of frp are you using (./frpc -v or ./frps -v)?
服务端与客户端都是0.27
What operating system and processor architecture are you using (
go env)?FRPS运行在路由器梅林固件上,ARM v7;客户端跑在Cent OS 7.5上,AMD 64架构
Configures you used:
[my-socks5]
type = tcp
remote_port = 1080
plugin = socks5
use_compression = true
Steps to reproduce the issue:
不能work: PC端IE 11 => 路由器frps socks5 => linux frpc => 公司网络
可以work: PC端Chrome => 路由器frps socks5 => linux frpc => 公司网络
可以work: PC端IE 11 => 路由器v2ray socks5 => 路由器frps socks5 => linux frpc => 公司网络
Describe the results you received:
感觉frp生成的socks5不能在IE上正确识别,但是用其他工具都能正确识别。譬如Chrome,Firefox,qq,v2ray等都可以,唯独IE不行。
Describe the results you expected:
希望IE上也能正确识别。虽然IE很少用了,但是有些工作环境死活非IE不可,无奈。
虽然现在用其他工具将frp映射出来的socks5转一下,就能让IE识别,但是还是希望frp本身就可以做到。
@fatedier commented on GitHub (Jul 28, 2019):
frp 暂时不对 socks5 提供更多的支持,不是主要方向且没有这个精力。如果有更多的需求,还是使用专业的提供 socks5 的应用,再通过 frp 反代出来。