[GH-ISSUE #3764] 通过http代理到国外的客户端,能并入国外客户端的内网,但打不开被墙的网站! #2992

Closed
opened 2026-05-05 13:55:53 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @qooboy on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3764

Bug Description

服务器在香港,国外客户端开通了http代理端口,在国内的windows网络设置代理上网,通过浏览器查询ip,可显示与国外客户端同网ip,也能访问国外客户端的内网(如路由器、nas等),但却不能打开Google等网站,也就是说打不开被墙的网站,按说ip都显示在国外,用的也是国外的网络,为什么打不开国外的网站?

frpc Version

0.52.3

frps Version

0.52.3

System Architecture

inux/amd64

# 客户端配置文件
[[proxies]] name = "th_http" 
type = "tcp" 
remotePort = 6600 
[proxies.plugin] 
type = "http_proxy"
Originally created by @qooboy on GitHub (Nov 11, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3764 > ### Bug Description > 服务器在香港,国外客户端开通了http代理端口,在国内的windows网络设置代理上网,通过浏览器查询ip,可显示与国外客户端同网ip,也能访问国外客户端的内网(如路由器、nas等),但却不能打开Google等网站,也就是说打不开被墙的网站,按说ip都显示在国外,用的也是国外的网络,为什么打不开国外的网站? > > ### frpc Version > 0.52.3 > > ### frps Version > 0.52.3 > > ### System Architecture > inux/amd64 > ``` # 客户端配置文件 [[proxies]] name = "th_http" type = "tcp" remotePort = 6600 [proxies.plugin] type = "http_proxy" ```
Author
Owner

@qooboy commented on GitHub (Nov 11, 2023):

我同时配置了Socks5代理,用代理软件填入Socks5的代理信息,是可以的

<!-- gh-comment-id:1806861707 --> @qooboy commented on GitHub (Nov 11, 2023): 我同时配置了Socks5代理,用代理软件填入Socks5的代理信息,是可以的
Author
Owner

@xqzr commented on GitHub (Nov 12, 2023):

http 不加密

<!-- gh-comment-id:1807240685 --> @xqzr commented on GitHub (Nov 12, 2023): http 不加密
Author
Owner

@asdf5329 commented on GitHub (Nov 15, 2023):

直接用OPENVPN

<!-- gh-comment-id:1811826553 --> @asdf5329 commented on GitHub (Nov 15, 2023): 直接用OPENVPN
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2992
No description provided.