mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 05:17:37 +03:00
Update documentation
This commit is contained in:
parent
f008d0bde3
commit
aa074a2063
17 changed files with 382 additions and 47 deletions
|
@ -49,9 +49,11 @@ The network interface to bind to.
|
|||
|
||||
#### routing_mark
|
||||
|
||||
The iptables routing mark.
|
||||
!!! error ""
|
||||
|
||||
Only available in linux.
|
||||
Linux only
|
||||
|
||||
The iptables routing mark.
|
||||
|
||||
#### reuse_addr
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"server_port": 1080,
|
||||
"username": "sekai",
|
||||
"password": "admin",
|
||||
"tls": {},
|
||||
|
||||
"detour": "upstream-out",
|
||||
"bind_interface": "en0",
|
||||
|
@ -49,6 +50,10 @@ Basic authorization username.
|
|||
|
||||
Basic authorization password.
|
||||
|
||||
#### tls
|
||||
|
||||
TLS configuration, see [TLS outbound structure](/configuration/shared/tls/#outbound-structure).
|
||||
|
||||
### Dial Fields
|
||||
|
||||
#### detour
|
||||
|
@ -63,9 +68,11 @@ The network interface to bind to.
|
|||
|
||||
#### routing_mark
|
||||
|
||||
The iptables routing mark.
|
||||
!!! error ""
|
||||
|
||||
Only available in linux.
|
||||
Linux only
|
||||
|
||||
The iptables routing mark.
|
||||
|
||||
#### reuse_addr
|
||||
|
||||
|
|
|
@ -98,9 +98,11 @@ The network interface to bind to.
|
|||
|
||||
#### routing_mark
|
||||
|
||||
The iptables routing mark.
|
||||
!!! error ""
|
||||
|
||||
Only available in linux.
|
||||
Linux only
|
||||
|
||||
The iptables routing mark.
|
||||
|
||||
#### reuse_addr
|
||||
|
||||
|
|
|
@ -8,14 +8,12 @@
|
|||
{
|
||||
"type": "socks",
|
||||
"tag": "socks-out",
|
||||
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 1080,
|
||||
"version": "5",
|
||||
"username": "sekai",
|
||||
"password": "admin",
|
||||
"network": "udp",
|
||||
|
||||
"detour": "upstream-out",
|
||||
"bind_interface": "en0",
|
||||
"routing_mark": 1234,
|
||||
|
@ -79,9 +77,11 @@ The network interface to bind to.
|
|||
|
||||
#### routing_mark
|
||||
|
||||
The iptables routing mark.
|
||||
!!! error ""
|
||||
|
||||
Only available in linux.
|
||||
Linux only
|
||||
|
||||
The iptables routing mark.
|
||||
|
||||
#### reuse_addr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue