mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3767] [CLOSED] validate client certificate of frpc for tcpmux #4826
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#4826
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3767
Author: @moritzhabegger
Created: 11/13/2023
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (3)
2b91ac4validate client certificate of frpc for tcpmux5950a74improve log statements9c0c9bddocument feature in frps_full_example.toml📊 Changes
5 files changed (+49 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📝
conf/frps_full_example.toml(+3 -0)📝
pkg/config/v1/common.go(+3 -0)📝
pkg/util/net/tls.go(+35 -0)📝
server/service.go(+7 -0)📄 Description
Summary
🤖 Generated by Copilot at
2b91ac4This pull request adds a new option
clientCertSubjectRegexto the TLS transport configuration, which allows the server to validate the client certificate subject using a regular expression. It modifies thenet,config,server, andREADMEpackages to implement and document this feature.WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.