documentation: Update changelog

This commit is contained in:
世界 2023-04-08 09:31:57 +08:00
parent 6f2cc9761d
commit 6d63f9255f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 23 additions and 4 deletions

View file

@ -1,3 +1,22 @@
#### 1.3-beta1
* Add [DNS reverse mapping](/configuration/dns#reverse_mapping) support
* Add [L3 routing](/configuration/route/ip-rule) support **1**
* Add `rewrite_ttl` DNS rule action
* Add [FakeIP](/configuration/dns/fakeip) support **2**
* Add `store_fakeip` Clash API option
* Add multi-peer support for [WireGuard](/configuration/outbound/wireguard#peers) outbound
* Add loopback detect
*1*:
It can currently be used to [route connections directly to WireGuard](/examples/wireguard-direct) or block connections
at the IP layer.
*2*:
See [FAQ](/faq/fakeip) for more information.
#### 1.2.3 #### 1.2.3
* Introducing our [new Android client application](/installation/clients/sfa) * Introducing our [new Android client application](/installation/clients/sfa)

View file

@ -5,8 +5,8 @@
```json ```json
{ {
"enabled": true, "enabled": true,
"inet4_range": "172.19.0.1/15", "inet4_range": "198.18.0.0/15",
"inet6_range": "fdfe:dcba:9876::1/18" "inet6_range": "fc00::/18"
} }
``` ```

View file

@ -5,8 +5,8 @@
```json ```json
{ {
"enabled": true, "enabled": true,
"inet4_range": "172.19.0.1/15", "inet4_range": "198.18.0.0/15",
"inet6_range": "fdfe:dcba:9876::1/18" "inet6_range": "fc00::/18"
} }
``` ```