[PR #3921] [MERGED] Fix missing prefix for transport.tls.force in the example #4864

Closed
opened 2026-05-05 14:50:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3921
Author: @ThrRip
Created: 1/9/2024
Status: Merged
Merged: 1/9/2024
Merged by: @fatedier

Base: devHead: patch-1


📝 Commits (1)

  • b420c97 Fix missing prefix for transport.tls.force in the example

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 conf/frps_full_example.toml (+1 -1)

📄 Description

WHY

Add the missing prefix transport before tls.force in the example config.

- tls.force = false
+ transport.tls.force = false

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3921 **Author:** [@ThrRip](https://github.com/ThrRip) **Created:** 1/9/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b420c97`](https://github.com/fatedier/frp/commit/b420c97649ed134b0a81d7e6e5e43b074cc114c7) Fix missing prefix for `transport.tls.force` in the example ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conf/frps_full_example.toml` (+1 -1) </details> ### 📄 Description ### WHY Add the missing prefix `transport` before `tls.force` in the example config. ```diff - tls.force = false + transport.tls.force = false ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:50:13 -06:00
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#4864
No description provided.