|
@@ -2,6 +2,10 @@
|
|
|
icon: material/new-box
|
|
|
---
|
|
|
|
|
|
+!!! quote "Changes in sing-box 1.13.0"
|
|
|
+
|
|
|
+ :material-plus: [exclude_mptcp](#exclude_mptcp)
|
|
|
+
|
|
|
!!! quote "Changes in sing-box 1.12.0"
|
|
|
|
|
|
:material-plus: [loopback_address](#loopback_address)
|
|
@@ -63,6 +67,7 @@ icon: material/new-box
|
|
|
"auto_redirect": true,
|
|
|
"auto_redirect_input_mark": "0x2023",
|
|
|
"auto_redirect_output_mark": "0x2024",
|
|
|
+ "exclude_mptcp": false,
|
|
|
"loopback_address": [
|
|
|
"10.7.0.1"
|
|
|
],
|
|
@@ -278,6 +283,20 @@ Connection output mark used by `auto_redirect`.
|
|
|
|
|
|
`0x2024` is used by default.
|
|
|
|
|
|
+#### exclude_mptcp
|
|
|
+
|
|
|
+!!! question "Since sing-box 1.13.0"
|
|
|
+
|
|
|
+!!! quote ""
|
|
|
+
|
|
|
+ Only supported on Linux with nftables and requires `auto_route` and `auto_redirect` enabled.
|
|
|
+
|
|
|
+MPTCP cannot be transparently proxied due to protocol limitations.
|
|
|
+
|
|
|
+Such traffic is usually created by Apple systems.
|
|
|
+
|
|
|
+When enabled, MPTCP connections will bypass sing-box and connect directly, otherwise, will be rejected to avoid errors by default.
|
|
|
+
|
|
|
#### loopback_address
|
|
|
|
|
|
!!! question "Since sing-box 1.12.0"
|