mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1879] Simplify http2https plugin design #1486
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#1486
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 @septs on GitHub (Jun 22, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1879
original configuration:
simplify before:
http2httpstosslstriporstrip_httpslocal_ipfield replaceplugin_local_addr@fatedier commented on GitHub (Jun 24, 2020):
The name is ok, we can use it as alias.
local_ipis conflict withplugin. So we can't reuse this field.fieldswithplugin_prefix will be the init parameters for plugins.@septs commented on GitHub (Jun 24, 2020):
@fatedier remapping
local_ipfield toplugin_local_addr?@fatedier commented on GitHub (Jun 24, 2020):
It's not necessary. Plugin can only use fields with
plugin_prefix. It's not the core of frp, but only the plugin configures.@septs commented on GitHub (Jun 24, 2020):
plugin cannot read all fields of ini-section is by design?
@septs commented on GitHub (Jul 28, 2020):
@fatedier
https2httprename towith-tlsmaybe better@septs commented on GitHub (Jul 28, 2020):
Maybe can provide an alias.
sslstrip,strip-https(external name) mapping tohttp2https(internal name)with-tls,with-ssl(external name) mapping tohttps2http(internal name)@fatedier commented on GitHub (Jul 28, 2020):
We will keep one plugin name finally.
We can make it compatible between
sslstripandhttp2httpsfirst. Then markhttp2httpsdeprecated.In the specified future release version, we will remove the name
http2https.https2httpseems ok now, we may not modify it and gather more advice.@septs commented on GitHub (Jul 28, 2020):
@fatedier
Can you maintain uniform semantics?
plugin_local_addr->plugin_local_ipThis can be understood as:
plugin_local_ipislocal_ipwith plugin@fatedier commented on GitHub (Jul 28, 2020):
local_ipshould be127.0.0.1plugin_local_addrshould be127.0.0.1:80They are different, address includes ip and port.
@bisansan commented on GitHub (Oct 22, 2020):
sdfsdfdsf
------------------ 原始邮件 ------------------
发件人: "fatedier/frp" <notifications@github.com>;
发送时间: 2020年10月22日(星期四) 上午7:00
收件人: "fatedier/frp"<frp@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: Re: [fatedier/frp] Simplify
http2httpsplugin design (#1879)Closed #1879.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.