diff --git a/docs/changelog.md b/docs/changelog.md index e10135f57..1718d6e60 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -752,7 +752,7 @@ DNS servers are refactored for better performance and scalability. See [DNS server](/configuration/dns/server/). -For migration, see [Migrate to new DNS server formats](/migration/#migrate-to-new-dns-servers). +For migration, see [Migrate to new DNS server formats](/migration/#migrate-to-new-dns-server-formats). Compatibility for old formats will be removed in sing-box 1.14.0. @@ -1222,7 +1222,7 @@ DNS servers are refactored for better performance and scalability. See [DNS server](/configuration/dns/server/). -For migration, see [Migrate to new DNS server formats](/migration/#migrate-to-new-dns-servers). +For migration, see [Migrate to new DNS server formats](/migration/#migrate-to-new-dns-server-formats). Compatibility for old formats will be removed in sing-box 1.14.0. diff --git a/docs/configuration/dns/fakeip.md b/docs/configuration/dns/fakeip.md index fcd35e12b..a0524dc8b 100644 --- a/docs/configuration/dns/fakeip.md +++ b/docs/configuration/dns/fakeip.md @@ -4,7 +4,7 @@ icon: material/note-remove !!! failure "Removed in sing-box 1.14.0" - Legacy fake-ip configuration is deprecated in sing-box 1.12.0 and removed in sing-box 1.14.0, check [Migration](/migration/#migrate-to-new-dns-servers). + Legacy fake-ip configuration is deprecated in sing-box 1.12.0 and removed in sing-box 1.14.0, check [Migration](/migration/#migrate-to-new-dns-server-formats). ### Structure @@ -26,6 +26,6 @@ Enable FakeIP service. IPv4 address range for FakeIP. -#### inet6_address +#### inet6_range IPv6 address range for FakeIP. diff --git a/docs/configuration/dns/rule.md b/docs/configuration/dns/rule.md index 64bfc7711..bc28e9268 100644 --- a/docs/configuration/dns/rule.md +++ b/docs/configuration/dns/rule.md @@ -4,15 +4,15 @@ icon: material/alert-decagram !!! quote "Changes in sing-box 1.14.0" + :material-plus: [source_mac_address](#source_mac_address) + :material-plus: [source_hostname](#source_hostname) :material-plus: [match_response](#match_response) + :material-delete-clock: [rule_set_ip_cidr_accept_empty](#rule_set_ip_cidr_accept_empty) + :material-delete-clock: [ip_accept_any](#ip_accept_any) :material-plus: [response_rcode](#response_rcode) :material-plus: [response_answer](#response_answer) :material-plus: [response_ns](#response_ns) - :material-plus: [response_extra](#response_extra) - :material-plus: [source_mac_address](#source_mac_address) - :material-plus: [source_hostname](#source_hostname) - :material-delete-clock: [ip_accept_any](#ip_accept_any) - :material-delete-clock: [rule_set_ip_cidr_accept_empty](#rule_set_ip_cidr_accept_empty) + :material-plus: [response_extra](#response_extra) !!! quote "Changes in sing-box 1.13.0" diff --git a/docs/configuration/dns/rule.zh.md b/docs/configuration/dns/rule.zh.md index 02e613145..cf98b7a8c 100644 --- a/docs/configuration/dns/rule.zh.md +++ b/docs/configuration/dns/rule.zh.md @@ -4,15 +4,15 @@ icon: material/alert-decagram !!! quote "sing-box 1.14.0 中的更改" + :material-plus: [source_mac_address](#source_mac_address) + :material-plus: [source_hostname](#source_hostname) :material-plus: [match_response](#match_response) + :material-delete-clock: [rule_set_ip_cidr_accept_empty](#rule_set_ip_cidr_accept_empty) + :material-delete-clock: [ip_accept_any](#ip_accept_any) :material-plus: [response_rcode](#response_rcode) :material-plus: [response_answer](#response_answer) :material-plus: [response_ns](#response_ns) - :material-plus: [response_extra](#response_extra) - :material-plus: [source_mac_address](#source_mac_address) - :material-plus: [source_hostname](#source_hostname) - :material-delete-clock: [ip_accept_any](#ip_accept_any) - :material-delete-clock: [rule_set_ip_cidr_accept_empty](#rule_set_ip_cidr_accept_empty) + :material-plus: [response_extra](#response_extra) !!! quote "sing-box 1.13.0 中的更改" diff --git a/docs/configuration/dns/rule_action.md b/docs/configuration/dns/rule_action.md index 678053e61..00a8e1aa8 100644 --- a/docs/configuration/dns/rule_action.md +++ b/docs/configuration/dns/rule_action.md @@ -4,12 +4,9 @@ icon: material/new-box !!! quote "Changes in sing-box 1.14.0" - :material-plus: [respond](#respond) - -!!! quote "Changes in sing-box 1.14.0" - + :material-delete-clock: [strategy](#strategy) :material-plus: [evaluate](#evaluate) - :material-delete-clock: [strategy](#strategy) + :material-plus: [respond](#respond) !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/dns/rule_action.zh.md b/docs/configuration/dns/rule_action.zh.md index a9db91820..f11bb5892 100644 --- a/docs/configuration/dns/rule_action.zh.md +++ b/docs/configuration/dns/rule_action.zh.md @@ -4,12 +4,9 @@ icon: material/new-box !!! quote "sing-box 1.14.0 中的更改" - :material-plus: [respond](#respond) - -!!! quote "sing-box 1.14.0 中的更改" - + :material-delete-clock: [strategy](#strategy) :material-plus: [evaluate](#evaluate) - :material-delete-clock: [strategy](#strategy) + :material-plus: [respond](#respond) !!! quote "sing-box 1.12.0 中的更改" diff --git a/docs/configuration/dns/server/legacy.md b/docs/configuration/dns/server/legacy.md index fb498a8e6..e27b19cbf 100644 --- a/docs/configuration/dns/server/legacy.md +++ b/docs/configuration/dns/server/legacy.md @@ -4,7 +4,7 @@ icon: material/note-remove !!! failure "Removed in sing-box 1.14.0" - Legacy DNS servers are deprecated in sing-box 1.12.0 and removed in sing-box 1.14.0, check [Migration](/migration/#migrate-to-new-dns-servers). + Legacy DNS servers are deprecated in sing-box 1.12.0 and removed in sing-box 1.14.0, check [Migration](/migration/#migrate-to-new-dns-server-formats). !!! quote "Changes in sing-box 1.9.0" diff --git a/docs/deprecated.md b/docs/deprecated.md index 7a2c5f4e7..70084b6df 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -48,7 +48,7 @@ Old behavior will be removed in sing-box 1.16.0. #### Legacy DNS server formats DNS servers are refactored, -check [Migration](../migration/#migrate-to-new-dns-servers). +check [Migration](../migration/#migrate-to-new-dns-server-formats). Old formats were removed in sing-box 1.14.0.