mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1792] 感觉配置文件的语法缺少必要的解释 #1418
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#1418
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 @griffin-warrior on GitHub (May 6, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1792
[common]
[xxxx] 这些括号里的名字是有要求么还是随便写?必须要有还是只是个注释?看例子写的有的写的很随意,有的又写的和用途非常直接的对应。新手搜了一遍还没找到答案,表示很疑惑,希望作者可以详细说明一下,thanks
@Arvintian commented on GitHub (May 7, 2020):
common是server和client的基本配置,这个section是必须的,其他的section名字大部分可以随便取,除了特殊语法比如"range:",client主要区分字段是type。
@griffin-warrior commented on GitHub (May 8, 2020):
@Arvintian Thanks~