forked from mirror/serenity
documentation: Fix missing docs
This commit is contained in:
parent
239a64c7e6
commit
d47b3edba5
@ -26,6 +26,8 @@ Log configuration, see [Log](https://sing-box.sagernet.org/configuration/log/).
|
|||||||
|
|
||||||
#### listen
|
#### listen
|
||||||
|
|
||||||
|
==Required==
|
||||||
|
|
||||||
Listen address.
|
Listen address.
|
||||||
|
|
||||||
#### tls
|
#### tls
|
||||||
@ -50,14 +52,20 @@ List of [Subscription](./subscription), can be referenced in [Profile](./profile
|
|||||||
|
|
||||||
#### templates
|
#### templates
|
||||||
|
|
||||||
|
==Required==
|
||||||
|
|
||||||
List of [Template](./template), can be referenced in [Profile](./profile).
|
List of [Template](./template), can be referenced in [Profile](./profile).
|
||||||
|
|
||||||
#### profiles
|
#### profiles
|
||||||
|
|
||||||
|
==Required==
|
||||||
|
|
||||||
List of [Profile](./profile), can be referenced in [User](./user).
|
List of [Profile](./profile), can be referenced in [User](./user).
|
||||||
|
|
||||||
#### users
|
#### users
|
||||||
|
|
||||||
|
==Required==
|
||||||
|
|
||||||
List of [User](./user).
|
List of [User](./user).
|
||||||
|
|
||||||
### Check
|
### Check
|
||||||
|
@ -40,3 +40,11 @@ Custom template for different user agent.
|
|||||||
The key is a regular expression matching the user agent.
|
The key is a regular expression matching the user agent.
|
||||||
|
|
||||||
The value is the template name.
|
The value is the template name.
|
||||||
|
|
||||||
|
#### outbound
|
||||||
|
|
||||||
|
Included outbounds.
|
||||||
|
|
||||||
|
#### subscription
|
||||||
|
|
||||||
|
Included subscriptions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user