mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1394] frpc 从本地代理访问 frps #1104
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#1104
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 @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请求好像并没有走本地代理,请问要怎么实现?