mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 11:44:13 +08:00
documentation: Fixes
This commit is contained in:
parent
cb17c08db8
commit
6502d789cd
@ -11,13 +11,15 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "fakeip",
|
||||
"tag": "",
|
||||
|
||||
"inet4_range": "198.18.0.0/15",
|
||||
"inet6_range": "fc00::/18"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "h3",
|
||||
"tag": "",
|
||||
|
||||
@ -25,6 +26,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "https",
|
||||
"tag": "",
|
||||
|
||||
@ -25,6 +26,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "quic",
|
||||
"tag": "",
|
||||
|
||||
@ -22,6 +23,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "tcp",
|
||||
"tag": "",
|
||||
|
||||
@ -20,6 +21,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "tls",
|
||||
"tag": "",
|
||||
|
||||
@ -22,6 +23,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -11,7 +11,8 @@ icon: material/new-box
|
||||
```json
|
||||
{
|
||||
"dns": {
|
||||
"servers": {
|
||||
"servers": [
|
||||
{
|
||||
"type": "udp",
|
||||
"tag": "",
|
||||
|
||||
@ -20,6 +21,7 @@ icon: material/new-box
|
||||
|
||||
// Dial Fields
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user