diff --git a/docs/configuration/dns/index.md b/docs/configuration/dns/index.md index c6750a01bb..75db18f2ba 100644 --- a/docs/configuration/dns/index.md +++ b/docs/configuration/dns/index.md @@ -2,6 +2,8 @@ icon: material/alert-decagram --- +# DNS + !!! quote "Changes in sing-box 1.12.0" :material-decagram: [servers](#servers) @@ -10,8 +12,6 @@ icon: material/alert-decagram :material-plus: [cache_capacity](#cache_capacity) -# DNS - ### Structure ```json diff --git a/docs/configuration/dns/index.zh.md b/docs/configuration/dns/index.zh.md index 68927a5f41..5337a0138d 100644 --- a/docs/configuration/dns/index.zh.md +++ b/docs/configuration/dns/index.zh.md @@ -2,6 +2,8 @@ icon: material/alert-decagram --- +# DNS + !!! quote "sing-box 1.12.0 中的更改" :material-decagram: [servers](#servers) @@ -10,8 +12,6 @@ icon: material/alert-decagram :material-plus: [cache_capacity](#cache_capacity) -# DNS - ### 结构 ```json diff --git a/docs/configuration/dns/server/index.md b/docs/configuration/dns/server/index.md index 4f10948e58..4099fcd2ee 100644 --- a/docs/configuration/dns/server/index.md +++ b/docs/configuration/dns/server/index.md @@ -2,12 +2,12 @@ icon: material/alert-decagram --- +# DNS Server + !!! quote "Changes in sing-box 1.12.0" :material-plus: [type](#type) -# DNS Server - ### Structure ```json diff --git a/docs/configuration/dns/server/index.zh.md b/docs/configuration/dns/server/index.zh.md index d6deef5a33..ae924c4ad5 100644 --- a/docs/configuration/dns/server/index.zh.md +++ b/docs/configuration/dns/server/index.zh.md @@ -2,12 +2,12 @@ icon: material/alert-decagram --- +# DNS Server + !!! quote "sing-box 1.12.0 中的更改" :material-plus: [type](#type) -# DNS Server - ### 结构 ```json diff --git a/docs/manual/proxy/client.md b/docs/manual/proxy/client.md index e8c80523d9..8ddf43ebba 100644 --- a/docs/manual/proxy/client.md +++ b/docs/manual/proxy/client.md @@ -108,7 +108,7 @@ flowchart TB "inbounds": [ { "type": "tun", - "address": ["172.19.0.1/30"], + "address": "172.19.0.1/30", "auto_route": true, // "auto_redirect": true, // On linux "strict_route": true @@ -162,7 +162,10 @@ flowchart TB "inbounds": [ { "type": "tun", - "address": ["172.19.0.1/30", "fdfe:dcba:9876::1/126"], + "address": [ + "172.19.0.1/30", + "fdfe:dcba:9876::1/126" + ], "auto_route": true, // "auto_redirect": true, // On linux "strict_route": true diff --git a/mkdocs.yml b/mkdocs.yml index 7683d3768c..991969a9f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,22 +13,21 @@ theme: palette: - media: "(prefers-color-scheme)" toggle: - icon: material/link + icon: material/brightness-6 name: Switch to light mode - media: "(prefers-color-scheme: light)" scheme: default primary: white toggle: - icon: material/toggle-switch + icon: material/brightness-7 name: Switch to dark mode - media: "(prefers-color-scheme: dark)" scheme: slate primary: black toggle: - icon: material/toggle-switch-off + icon: material/brightness-4 name: Switch to system preference features: - # - navigation.instant - navigation.tracking - navigation.tabs - navigation.indexes