[GH-ISSUE #1394] frpc 从本地代理访问 frps #1104

Closed
opened 2026-05-05 12:42:42 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @kunrui on GitHub (Aug 19, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1394

What version of frp are you using (./frpc -v or ./frps -v)?
frps: 0.28.2
frpc: 0.28.2

What operating system and processor architecture are you using (go env)?
Server: Ubuntu 16
Client: Ubuntu 18

Configures you used:
Server:

[common]
bind_port = 7000
token = *****
vhost_http_port = 8080
vhost_https_port = 8443
subdomain_host = 域名
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = *****

Client:
[common]
server_addr = 域名
token = ******
server_port = 7000
http_proxy = http://127.0.0.1:8899

[zhongsheng]
type = http
local_port = 8000
subdomain = 子域名
host_header_rewrite = 域名

Steps to reproduce the issue:

./frps -c ./frps.ini
./frpc -c ./frpc.ini

我想通过本地的 whistle 代理对请求数据抓包,但http请求好像并没有走本地代理,请问要怎么实现?

Originally created by @kunrui on GitHub (Aug 19, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1394 What version of frp are you using (./frpc -v or ./frps -v)? frps: 0.28.2 frpc: 0.28.2 What operating system and processor architecture are you using (go env)? Server: Ubuntu 16 Client: Ubuntu 18 Configures you used: Server: [common] bind_port = 7000 token = ***** vhost_http_port = 8080 vhost_https_port = 8443 subdomain_host = 域名 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = ***** Client: [common] server_addr = 域名 token = ****** server_port = 7000 http_proxy = http://127.0.0.1:8899 [zhongsheng] type = http local_port = 8000 subdomain = 子域名 host_header_rewrite = 域名 Steps to reproduce the issue: ./frps -c ./frps.ini ./frpc -c ./frpc.ini 我想通过本地的 whistle 代理对请求数据抓包,但http请求好像并没有走本地代理,请问要怎么实现?
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#1104
No description provided.