mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-29 12:01:29 +00:00
documentation: Update changelog
This commit is contained in:
parent
6f2cc9761d
commit
6d63f9255f
|
@ -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
|
||||
|
||||
* Introducing our [new Android client application](/installation/clients/sfa)
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
```json
|
||||
{
|
||||
"enabled": true,
|
||||
"inet4_range": "172.19.0.1/15",
|
||||
"inet6_range": "fdfe:dcba:9876::1/18"
|
||||
"inet4_range": "198.18.0.0/15",
|
||||
"inet6_range": "fc00::/18"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
```json
|
||||
{
|
||||
"enabled": true,
|
||||
"inet4_range": "172.19.0.1/15",
|
||||
"inet6_range": "fdfe:dcba:9876::1/18"
|
||||
"inet4_range": "198.18.0.0/15",
|
||||
"inet6_range": "fc00::/18"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue