mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2737] use multiple plugins possible?[Feature Request] #2186
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#2186
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 @felix530-h on GitHub (Jan 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2737
Describe the feature request
Is it possible to use multiple plugins?
I would like to use the "HTTP Basic Auth" function, the "https2http" plugin and "Custom Subdomain Names".
Is this possible?
I have already tried several things. But so far never all parameters are recognized by frp.
for example the following frpc.ini configuration:
frpc.ini
[common]
server_addr = 127.0.0.1
server_port = 7000
[https2http_all]
type = https
plugin = https2http
local_ip = 192.168.178.xyz
local_port = 80
custom_domains = test.abc
subdomain = web02
plugin_crt_path = /home/frp_0.38.0_linux_amd64/cert1.pem
plugin_key_path = /home/frp_0.38.0_linux_amd64/privkey1.pem
plugin_host_header_rewrite = 192.168.178.xyz
plugin_header_X-From-Where = frp
http_user = abc
http_pwd = abc
proxy_protocol_version = v2
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 5, 2022):
Can't do that now, but will support it in v2.
@felix530-h commented on GitHub (Jan 5, 2022):
I found out something.
You can switch several frp proxies in a row, then it works partially. But this is not a nice solution.
Thanks a lot that you will realize this feature in version 2.