documentation: Fixes

This commit is contained in:
ReleTor 2025-02-10 14:33:41 +08:00 committed by 世界
parent cb17c08db8
commit 6502d789cd
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
7 changed files with 88 additions and 74 deletions

View File

@ -11,13 +11,15 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "fakeip", "type": "fakeip",
"tag": "", "tag": "",
"inet4_range": "198.18.0.0/15", "inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18" "inet6_range": "fc00::/18"
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "h3", "type": "h3",
"tag": "", "tag": "",
@ -25,6 +26,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "https", "type": "https",
"tag": "", "tag": "",
@ -25,6 +26,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "quic", "type": "quic",
"tag": "", "tag": "",
@ -22,6 +23,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "tcp", "type": "tcp",
"tag": "", "tag": "",
@ -20,6 +21,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "tls", "type": "tls",
"tag": "", "tag": "",
@ -22,6 +23,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```

View File

@ -11,7 +11,8 @@ icon: material/new-box
```json ```json
{ {
"dns": { "dns": {
"servers": { "servers": [
{
"type": "udp", "type": "udp",
"tag": "", "tag": "",
@ -20,6 +21,7 @@ icon: material/new-box
// Dial Fields // Dial Fields
} }
]
} }
} }
``` ```