Update documentation

This commit is contained in:
世界 2022-07-27 12:03:07 +08:00
parent f008d0bde3
commit aa074a2063
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
17 changed files with 382 additions and 47 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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