forked from mirror/serenity
documentation: Bump version
This commit is contained in:
parent
6a68e63049
commit
87a6b8a4de
@ -2,6 +2,10 @@
|
|||||||
icon: material/alert-decagram
|
icon: material/alert-decagram
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### 1.0.0-beta.13
|
||||||
|
|
||||||
|
* Add `template.auto_redirect`
|
||||||
|
|
||||||
#### 1.0.0-beta.12
|
#### 1.0.0-beta.12
|
||||||
|
|
||||||
* Fixes and improvements
|
* Fixes and improvements
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"extend": "",
|
"extend": "",
|
||||||
|
|
||||||
// Global
|
// Global
|
||||||
|
|
||||||
"log": {},
|
"log": {},
|
||||||
@ -12,7 +11,6 @@
|
|||||||
"disable_traffic_bypass": false,
|
"disable_traffic_bypass": false,
|
||||||
"disable_rule_set": false,
|
"disable_rule_set": false,
|
||||||
"remote_resolve": false,
|
"remote_resolve": false,
|
||||||
|
|
||||||
// DNS
|
// DNS
|
||||||
|
|
||||||
"dns_default": "",
|
"dns_default": "",
|
||||||
@ -20,15 +18,14 @@
|
|||||||
"enable_fakeip": false,
|
"enable_fakeip": false,
|
||||||
"pre_dns_rules": [],
|
"pre_dns_rules": [],
|
||||||
"custom_dns_rules": [],
|
"custom_dns_rules": [],
|
||||||
|
|
||||||
// Inbound
|
// Inbound
|
||||||
|
|
||||||
"inbounds": [],
|
"inbounds": [],
|
||||||
|
"auto_redirect": false,
|
||||||
"disable_tun": false,
|
"disable_tun": false,
|
||||||
"disable_system_proxy": false,
|
"disable_system_proxy": false,
|
||||||
"custom_tun": {},
|
"custom_tun": {},
|
||||||
"custom_mixed": {},
|
"custom_mixed": {},
|
||||||
|
|
||||||
// Outbound
|
// Outbound
|
||||||
|
|
||||||
"extra_groups": [
|
"extra_groups": [
|
||||||
@ -48,7 +45,6 @@
|
|||||||
"custom_direct": {},
|
"custom_direct": {},
|
||||||
"custom_selector": {},
|
"custom_selector": {},
|
||||||
"custom_urltest": {},
|
"custom_urltest": {},
|
||||||
|
|
||||||
// Route
|
// Route
|
||||||
|
|
||||||
"disable_default_rules": false,
|
"disable_default_rules": false,
|
||||||
@ -59,7 +55,6 @@
|
|||||||
"custom_geosite": {},
|
"custom_geosite": {},
|
||||||
"custom_rule_set": [],
|
"custom_rule_set": [],
|
||||||
"post_rule_set": [],
|
"post_rule_set": [],
|
||||||
|
|
||||||
// Experimental
|
// Experimental
|
||||||
|
|
||||||
"disable_cache_file": false,
|
"disable_cache_file": false,
|
||||||
@ -68,7 +63,6 @@
|
|||||||
"clash_mode_global": "",
|
"clash_mode_global": "",
|
||||||
"clash_mode_direct": "",
|
"clash_mode_direct": "",
|
||||||
"custom_clash_api": {},
|
"custom_clash_api": {},
|
||||||
|
|
||||||
// Debug
|
// Debug
|
||||||
|
|
||||||
"pprof_listen": "",
|
"pprof_listen": "",
|
||||||
@ -146,6 +140,10 @@ No default traffic bypassing DNS rules will be generated if not empty.
|
|||||||
|
|
||||||
List of [Inbound](https://sing-box.sagernet.org/configuration/inbound/).
|
List of [Inbound](https://sing-box.sagernet.org/configuration/inbound/).
|
||||||
|
|
||||||
|
#### auto_redirect
|
||||||
|
|
||||||
|
Generate [auto-redirect](https://sing-box.sagernet.org/configuration/inbound/tun/#auto_redirect) options for android and unknown platforms.
|
||||||
|
|
||||||
#### disable_tun
|
#### disable_tun
|
||||||
|
|
||||||
Don't generate TUN inbound.
|
Don't generate TUN inbound.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user