2024-02-19 00:19:33 +08:00
---
2025-06-10 16:48:59 +08:00
icon : material/new-box
2024-02-19 00:19:33 +08:00
---
2025-06-10 16:48:59 +08:00
!!! quote "Changes in sing-box 1.12.0"
:material-plus: [loopback_address ](#loopback_address )
2024-11-22 17:17:01 +08:00
!!! quote "Changes in sing-box 1.11.0"
2024-12-23 22:24:10 +08:00
:material-delete-alert: [gso ](#gso )
:material-alert-decagram: [route_address_set ](#stack )
:material-alert-decagram: [route_exclude_address_set ](#stack )
2024-11-22 17:17:01 +08:00
2024-06-07 15:55:21 +08:00
!!! quote "Changes in sing-box 1.10.0"
:material-plus: [address ](#address )
:material-delete-clock: [inet4_address ](#inet4_address )
:material-delete-clock: [inet6_address ](#inet6_address )
:material-plus: [route_address ](#route_address )
:material-delete-clock: [inet4_route_address ](#inet4_route_address )
:material-delete-clock: [inet6_route_address ](#inet6_route_address )
:material-plus: [route_exclude_address ](#route_address )
:material-delete-clock: [inet4_route_exclude_address ](#inet4_route_exclude_address )
:material-delete-clock: [inet6_route_exclude_address ](#inet6_route_exclude_address )
2024-06-22 14:11:49 +08:00
:material-plus: [iproute2_table_index ](#iproute2_table_index )
:material-plus: [iproute2_rule_index ](#iproute2_table_index )
2024-06-07 15:55:21 +08:00
:material-plus: [auto_redirect ](#auto_redirect )
2024-06-22 14:11:49 +08:00
:material-plus: [auto_redirect_input_mark ](#auto_redirect_input_mark )
:material-plus: [auto_redirect_output_mark ](#auto_redirect_output_mark )
2024-06-07 15:55:21 +08:00
:material-plus: [route_address_set ](#route_address_set )
:material-plus: [route_exclude_address_set ](#route_address_set )
2024-02-19 00:19:33 +08:00
!!! quote "Changes in sing-box 1.9.0"
:material-plus: [platform.http_proxy.bypass_domain ](#platformhttp_proxybypass_domain )
:material-plus: [platform.http_proxy.match_domain ](#platformhttp_proxymatch_domain )
2023-12-20 20:00:00 +08:00
!!! quote "Changes in sing-box 1.8.0"
:material-plus: [gso ](#gso )
:material-alert-decagram: [stack ](#stack )
2023-11-09 17:04:08 +08:00
!!! quote ""
2022-07-10 16:41:38 +08:00
2022-08-05 16:55:46 +08:00
Only supported on Linux, Windows and macOS.
2022-07-10 16:41:38 +08:00
### Structure
```json
{
2022-08-31 12:50:26 +08:00
"type" : "tun" ,
"tag" : "tun-in" ,
"interface_name" : "tun0" ,
2024-06-07 15:55:21 +08:00
"address" : [
"172.18.0.1/30" ,
"fdfe:dcba:9876::1/126"
],
2022-09-09 15:40:35 +08:00
"mtu" : 9000 ,
2022-08-31 12:50:26 +08:00
"auto_route" : true ,
2024-06-22 14:11:49 +08:00
"iproute2_table_index" : 2022 ,
"iproute2_rule_index" : 9000 ,
2025-06-10 16:48:59 +08:00
"auto_redirect" : true ,
2024-06-22 14:11:49 +08:00
"auto_redirect_input_mark" : "0x2023" ,
"auto_redirect_output_mark" : "0x2024" ,
2025-06-10 16:48:59 +08:00
"loopback_address" : [
"10.0.7.1"
],
2024-06-22 14:11:49 +08:00
"strict_route" : true ,
2024-06-07 15:55:21 +08:00
"route_address" : [
"0.0.0.0/1" ,
"128.0.0.0/1" ,
"::/1" ,
"8000::/1"
],
"route_exclude_address" : [
"192.168.0.0/16" ,
"fc00::/7"
],
"route_address_set" : [
"geoip-cloudflare"
],
"route_exclude_address_set" : [
"geoip-cn"
],
2022-08-31 12:50:26 +08:00
"endpoint_independent_nat" : false ,
2023-12-20 19:55:14 +08:00
"udp_timeout" : "5m" ,
2022-09-15 12:20:38 +08:00
"stack" : "system" ,
2023-08-20 16:49:25 +08:00
"include_interface" : [
"lan0"
],
"exclude_interface" : [
"lan1"
],
2022-08-31 12:50:26 +08:00
"include_uid" : [
0
],
"include_uid_range" : [
2024-12-14 22:45:38 +08:00
"1000:99999"
2022-08-31 12:50:26 +08:00
],
"exclude_uid" : [
1000
],
"exclude_uid_range" : [
2024-12-14 22:45:38 +08:00
"1000:99999"
2022-08-31 12:50:26 +08:00
],
"include_android_user" : [
0 ,
10
],
"include_package" : [
"com.android.chrome"
],
"exclude_package" : [
"com.android.captiveportallogin"
],
2023-03-05 15:19:13 +08:00
"platform" : {
"http_proxy" : {
"enabled" : false ,
"server" : "127.0.0.1" ,
2024-02-19 00:19:33 +08:00
"server_port" : 8080 ,
"bypass_domain" : [],
"match_domain" : []
2023-03-05 15:19:13 +08:00
}
},
2024-11-22 17:17:01 +08:00
// Deprecated
"gso" : false ,
"inet4_address" : [
"172.19.0.1/30"
],
"inet6_address" : [
"fdfe:dcba:9876::1/126"
],
"inet4_route_address" : [
"0.0.0.0/1" ,
"128.0.0.0/1"
],
"inet6_route_address" : [
"::/1" ,
"8000::/1"
],
"inet4_route_exclude_address" : [
"192.168.0.0/16"
],
"inet6_route_exclude_address" : [
"fc00::/7"
],
2025-06-10 16:48:59 +08:00
...
// Listen Fields
2022-07-10 16:41:38 +08:00
}
```
2022-08-15 00:25:49 +08:00
!!! note ""
You can ignore the JSON Array [] tag when the content is only one item
2022-08-08 20:57:50 +08:00
!!! warning ""
2022-08-15 00:25:49 +08:00
If tun is running in non-privileged mode, addresses and MTU will not be configured automatically, please make sure the settings are accurate.
2022-08-08 20:57:50 +08:00
2022-08-31 12:50:26 +08:00
### Fields
2022-07-10 16:41:38 +08:00
2022-08-08 20:57:50 +08:00
#### interface_name
Virtual device name, automatically selected if empty.
2024-06-07 15:55:21 +08:00
#### address
!!! question "Since sing-box 1.10.0"
IPv4 and IPv6 prefix for the tun interface.
2022-07-10 16:41:38 +08:00
#### inet4_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet4_address` is merged to `address` and will be removed in sing-box 1.12.0.
2022-07-10 16:41:38 +08:00
IPv4 prefix for the tun interface.
#### inet6_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet6_address` is merged to `address` and will be removed in sing-box 1.12.0.
2024-06-07 15:55:21 +08:00
2022-07-10 16:41:38 +08:00
IPv6 prefix for the tun interface.
#### mtu
The maximum transmission unit.
2023-12-20 20:00:00 +08:00
#### gso
2024-11-22 17:17:01 +08:00
!!! failure "Deprecated in sing-box 1.11.0"
GSO has no advantages for transparent proxy scenarios, is deprecated and no longer works, and will be removed in sing-box 1.12.0.
2023-12-20 20:00:00 +08:00
!!! question "Since sing-box 1.8.0"
!!! quote ""
2024-06-22 14:11:49 +08:00
Only supported on Linux with `auto_route` enabled.
2023-12-20 20:00:00 +08:00
Enable generic segmentation offload.
2022-07-10 16:41:38 +08:00
#### auto_route
Set the default route to the Tun.
2023-11-09 17:04:08 +08:00
!!! quote ""
2022-07-10 16:41:38 +08:00
2022-07-15 11:51:51 +08:00
To avoid traffic loopback, set `route.auto_detect_interface` or `route.default_interface` or `outbound.bind_interface`
2022-07-10 16:41:38 +08:00
2022-09-09 15:40:35 +08:00
!!! note "Use with Android VPN"
By default, VPN takes precedence over tun. To make tun go through VPN, enable `route.override_android_vpn` .
2025-04-02 13:44:39 +08:00
!!! note "Also enable `auto_redirect` "
2025-04-12 12:27:05 +08:00
`auto_redirect` is always recommended on Linux, it provides better routing, higher performance (better than tproxy), and avoids conflicts between TUN and Docker bridge networks.
2025-04-02 13:44:39 +08:00
2024-06-22 14:11:49 +08:00
#### iproute2_table_index
2022-08-26 23:52:17 +08:00
2024-06-22 14:11:49 +08:00
!!! question "Since sing-box 1.10.0"
2022-08-26 23:52:17 +08:00
2024-06-22 14:11:49 +08:00
Linux iproute2 table index generated by `auto_route` .
2022-11-06 10:15:13 +08:00
2024-06-22 14:11:49 +08:00
`2022` is used by default.
2022-08-26 23:52:17 +08:00
2024-06-22 14:11:49 +08:00
#### iproute2_rule_index
2022-08-26 23:52:17 +08:00
2024-06-22 14:11:49 +08:00
!!! question "Since sing-box 1.10.0"
2022-11-06 10:15:13 +08:00
2024-06-22 14:11:49 +08:00
Linux iproute2 rule start index generated by `auto_route` .
2022-11-06 10:15:13 +08:00
2024-06-22 14:11:49 +08:00
`9000` is used by default.
2022-11-06 10:15:13 +08:00
2024-06-07 15:55:21 +08:00
#### auto_redirect
!!! question "Since sing-box 1.10.0"
!!! quote ""
Only supported on Linux with `auto_route` enabled.
2025-04-12 12:27:05 +08:00
Improve TUN routing and performance using nftables.
2024-06-07 15:55:21 +08:00
2025-04-12 12:27:05 +08:00
`auto_redirect` is always recommended on Linux, it provides better routing,
2025-04-02 13:44:39 +08:00
higher performance (better than tproxy),
2025-04-12 12:27:05 +08:00
and avoids conflicts between TUN and Docker bridge networks.
2025-04-02 13:44:39 +08:00
2025-04-12 12:27:05 +08:00
Note that `auto_redirect` also works on Android,
but due to the lack of `nftables` and `ip6tables` ,
only simple IPv4 TCP forwarding is performed.
To share your VPN connection over hotspot or repeater on Android,
2024-06-07 15:55:21 +08:00
use [VPNHotspot ](https://github.com/Mygod/VPNHotspot ).
2025-04-12 12:27:05 +08:00
`auto_redirect` also automatically inserts compatibility rules
into the OpenWrt fw4 table, i.e.
it will work on routers without any extra configuration.
2024-06-07 15:55:21 +08:00
2025-04-02 13:44:39 +08:00
Conflict with `route.default_mark` and `[dialOptions].routing_mark` .
2024-06-22 14:11:49 +08:00
#### auto_redirect_input_mark
!!! question "Since sing-box 1.10.0"
2025-04-02 13:44:39 +08:00
Connection input mark used by `auto_redirect` .
2024-06-22 14:11:49 +08:00
`0x2023` is used by default.
#### auto_redirect_output_mark
!!! question "Since sing-box 1.10.0"
2025-04-02 13:44:39 +08:00
Connection output mark used by `auto_redirect` .
2024-06-22 14:11:49 +08:00
`0x2024` is used by default.
2025-06-10 16:48:59 +08:00
#### loopback_address
!!! question "Since sing-box 1.12.0"
Loopback addresses make TCP connections to the specified address connect to the source address.
Setting option value to `10.0.7.1` achieves the same behavior as SideStore/StosVPN.
When `auto_redirect` is enabled, the same behavior can be achieved for LAN devices (not just local) as a gateway.
2024-06-22 14:11:49 +08:00
#### strict_route
Enforce strict routing rules when `auto_route` is enabled:
*In Linux* :
* Let unsupported network unreachable
2025-04-12 12:27:05 +08:00
* For legacy reasons, when neither `strict_route` nor `auto_redirect` are enabled, all ICMP traffic will not go through TUN.
2024-06-22 14:11:49 +08:00
*In Windows* :
2025-04-12 12:27:05 +08:00
* Let unsupported network unreachable
* prevent DNS leak caused by
2024-06-22 14:11:49 +08:00
Windows' [ordinary multihomed DNS resolution behavior ](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd197552%28v%3Dws.10%29 )
2025-04-12 12:27:05 +08:00
It may prevent some Windows applications (such as VirtualBox) from working properly in certain situations.
2024-06-22 14:11:49 +08:00
2024-06-07 15:55:21 +08:00
#### route_address
!!! question "Since sing-box 1.10.0"
Use custom routes instead of default when `auto_route` is enabled.
2022-10-12 16:20:17 +08:00
#### inet4_route_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet4_route_address` is deprecated and will be removed in sing-box 1.12.0, please use [route_address ](#route_address )
2024-06-22 14:11:49 +08:00
instead.
2024-06-07 15:55:21 +08:00
2022-10-12 16:20:17 +08:00
Use custom routes instead of default when `auto_route` is enabled.
#### inet6_route_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet6_route_address` is deprecated and will be removed in sing-box 1.12.0, please use [route_address ](#route_address )
2024-06-22 14:11:49 +08:00
instead.
2024-06-07 15:55:21 +08:00
2022-10-12 16:20:17 +08:00
Use custom routes instead of default when `auto_route` is enabled.
2024-06-07 15:55:21 +08:00
#### route_exclude_address
!!! question "Since sing-box 1.10.0"
Exclude custom routes when `auto_route` is enabled.
2023-10-30 12:00:00 +08:00
#### inet4_route_exclude_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet4_route_exclude_address` is deprecated and will be removed in sing-box 1.12.0, please
2024-06-22 14:11:49 +08:00
use [route_exclude_address ](#route_exclude_address ) instead.
2024-06-07 15:55:21 +08:00
2023-10-30 12:00:00 +08:00
Exclude custom routes when `auto_route` is enabled.
#### inet6_route_exclude_address
2024-06-07 15:55:21 +08:00
!!! failure "Deprecated in sing-box 1.10.0"
2024-11-22 17:17:01 +08:00
`inet6_route_exclude_address` is deprecated and will be removed in sing-box 1.12.0, please
2024-06-22 14:11:49 +08:00
use [route_exclude_address ](#route_exclude_address ) instead.
2024-06-07 15:55:21 +08:00
2023-10-30 12:00:00 +08:00
Exclude custom routes when `auto_route` is enabled.
2024-06-07 15:55:21 +08:00
#### route_address_set
2024-12-23 22:24:10 +08:00
=== "With `auto_redirect` enabled"
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
!!! question "Since sing-box 1.10.0"
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
!!! quote ""
Only supported on Linux with nftables and requires `auto_route` and `auto_redirect` enabled.
Add the destination IP CIDR rules in the specified rule-sets to the firewall.
Unmatched traffic will bypass the sing-box routes.
Conflict with `route.default_mark` and `[dialOptions].routing_mark` .
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
=== "Without `auto_redirect` enabled"
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
!!! question "Since sing-box 1.11.0"
Add the destination IP CIDR rules in the specified rule-sets to routes, equivalent to adding to `route_address` .
Unmatched traffic will bypass the sing-box routes.
Note that it **doesn't work on the Android graphical client** due to
the Android VpnService not being able to handle a large number of routes (DeadSystemException),
but otherwise it works fine on all command line clients and Apple platforms.
2024-06-07 15:55:21 +08:00
#### route_exclude_address_set
2024-12-23 22:24:10 +08:00
=== "With `auto_redirect` enabled"
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
!!! question "Since sing-box 1.10.0"
!!! quote ""
2024-06-07 15:55:21 +08:00
Only supported on Linux with nftables and requires `auto_route` and `auto_redirect` enabled.
2024-12-23 22:24:10 +08:00
Add the destination IP CIDR rules in the specified rule-sets to the firewall.
Matched traffic will bypass the sing-box routes.
=== "Without `auto_redirect` enabled"
!!! question "Since sing-box 1.11.0"
Add the destination IP CIDR rules in the specified rule-sets to routes, equivalent to adding to `route_exclude_address` .
Matched traffic will bypass the sing-box routes.
2024-06-07 15:55:21 +08:00
2024-12-23 22:24:10 +08:00
Note that it **doesn't work on the Android graphical client** due to
the Android VpnService not being able to handle a large number of routes (DeadSystemException),
but otherwise it works fine on all command line clients and Apple platforms.
2024-06-07 15:55:21 +08:00
2022-07-27 12:03:07 +08:00
#### endpoint_independent_nat
2022-09-09 15:40:35 +08:00
!!! info ""
This item is only available on the gvisor stack, other stacks are endpoint-independent NAT by default.
2022-08-05 16:55:46 +08:00
Enable endpoint-independent NAT.
2022-07-27 12:03:07 +08:00
Performance may degrade slightly, so it is not recommended to enable on when it is not needed.
#### udp_timeout
2024-11-21 18:10:41 +08:00
UDP NAT expiration time.
`5m` will be used by default.
2022-07-27 12:03:07 +08:00
2022-08-08 20:57:50 +08:00
#### stack
2023-12-20 20:00:00 +08:00
!!! quote "Changes in sing-box 1.8.0"
2022-08-08 20:57:50 +08:00
2023-12-20 20:00:00 +08:00
:material-delete-alert: The legacy LWIP stack has been deprecated and removed.
2022-08-08 20:57:50 +08:00
2023-12-20 20:00:00 +08:00
TCP/IP stack.
| Stack | Description |
|----------|-------------------------------------------------------------------------------------------------------|
| `system` | Perform L3 to L4 translation using the system network stack |
| `gvisor` | Perform L3 to L4 translation using [gVisor ](https://github.com/google/gvisor )'s virtual network stack |
| `mixed` | Mixed `system` TCP stack and `gvisor` UDP stack |
2022-08-08 20:57:50 +08:00
2023-12-20 20:00:00 +08:00
Defaults to the `mixed` stack if the gVisor build tag is enabled, otherwise defaults to the `system` stack.
2022-08-08 20:57:50 +08:00
2023-08-20 16:49:25 +08:00
#### include_interface
2023-11-09 17:04:08 +08:00
!!! quote ""
2023-08-20 16:49:25 +08:00
Interface rules are only supported on Linux and require auto_route.
Limit interfaces in route. Not limited by default.
Conflict with `exclude_interface` .
#### exclude_interface
2024-06-07 15:55:21 +08:00
!!! warning ""
When `strict_route` enabled, return traffic to excluded interfaces will not be automatically excluded, so add them as well (example: `br-lan` and `pppoe-wan` ).
2023-08-20 16:49:25 +08:00
Exclude interfaces in route.
Conflict with `include_interface` .
2022-08-15 00:25:49 +08:00
#### include_uid
2023-11-09 17:04:08 +08:00
!!! quote ""
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
UID rules are only supported on Linux and require auto_route.
2022-08-15 00:25:49 +08:00
Limit users in route. Not limited by default.
#### include_uid_range
Limit users in route, but in range.
2022-08-15 11:40:49 +08:00
#### exclude_uid
Exclude users in route.
#### exclude_uid_range
Exclude users in route, but in range.
2022-08-15 00:25:49 +08:00
#### include_android_user
2023-11-09 17:04:08 +08:00
!!! quote ""
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
Android user and package rules are only supported on Android and require auto_route.
2022-08-15 00:25:49 +08:00
Limit android users in route.
2023-12-20 20:00:00 +08:00
| Common user | ID |
|--------------|----|
| Main | 0 |
| Work Profile | 10 |
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
#### include_package
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
Limit android packages in route.
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
#### exclude_package
2022-08-15 00:25:49 +08:00
2022-08-15 11:40:49 +08:00
Exclude android packages in route.
2022-08-15 00:25:49 +08:00
2023-03-05 15:19:13 +08:00
#### platform
Platform-specific settings, provided by client applications.
#### platform.http_proxy
System HTTP proxy settings.
2024-02-19 00:19:33 +08:00
#### platform.http_proxy.enabled
Enable system HTTP proxy.
#### platform.http_proxy.server
==Required==
HTTP proxy server address.
#### platform.http_proxy.server_port
==Required==
HTTP proxy server port.
#### platform.http_proxy.bypass_domain
!!! note ""
On Apple platforms, `bypass_domain` items matches hostname **suffixes** .
Hostnames that bypass the HTTP proxy.
#### platform.http_proxy.match_domain
!!! quote ""
Only supported in graphical clients on Apple platforms.
Hostnames that use the HTTP proxy.
2022-07-10 16:41:38 +08:00
### Listen Fields
2023-12-14 22:23:52 +08:00
See [Listen Fields ](/configuration/shared/listen/ ) for details.