Skip to content

Commit

Permalink
documentation: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jun 16, 2024
1 parent 6a68e63 commit 87a6b8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
icon: material/alert-decagram
---

#### 1.0.0-beta.13

* Add `template.auto_redirect`

#### 1.0.0-beta.12

* Fixes and improvements
Expand Down
12 changes: 5 additions & 7 deletions docs/configuration/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,28 @@
{
"name": "",
"extend": "",

// Global

"log": {},
"domain_strategy": "",
"disable_traffic_bypass": false,
"disable_rule_set": false,
"remote_resolve": false,

// DNS

"dns_default": "",
"dns_local": "",
"enable_fakeip": false,
"pre_dns_rules": [],
"custom_dns_rules": [],

// Inbound

"inbounds": [],
"auto_redirect": false,
"disable_tun": false,
"disable_system_proxy": false,
"custom_tun": {},
"custom_mixed": {},

// Outbound

"extra_groups": [
Expand All @@ -48,7 +45,6 @@
"custom_direct": {},
"custom_selector": {},
"custom_urltest": {},

// Route

"disable_default_rules": false,
Expand All @@ -59,7 +55,6 @@
"custom_geosite": {},
"custom_rule_set": [],
"post_rule_set": [],

// Experimental

"disable_cache_file": false,
Expand All @@ -68,7 +63,6 @@
"clash_mode_global": "",
"clash_mode_direct": "",
"custom_clash_api": {},

// Debug

"pprof_listen": "",
Expand Down Expand Up @@ -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/).

#### auto_redirect

Generate [auto-redirect](https://sing-box.sagernet.org/configuration/inbound/tun/#auto_redirect) options for android and unknown platforms.

#### disable_tun

Don't generate TUN inbound.
Expand Down

0 comments on commit 87a6b8a

Please sign in to comment.