mirror of https://github.com/ospab/ostp.git
docs: document l4_protocol for server outbounds
parent
bce2dcddd1
commit
99e1c6ff54
|
|
@ -92,7 +92,8 @@ Servers route traffic directly to the internet by default, but can use upstream
|
|||
"type": "socks",
|
||||
"tag": "tor-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"port": 9050
|
||||
"port": 9050,
|
||||
"l4_protocol": "all" // "all", "tcp", or "udp" (restricts proxy to specific protocol)
|
||||
}
|
||||
]
|
||||
```
|
||||
|
|
|
|||
|
|
@ -92,7 +92,8 @@
|
|||
"type": "socks",
|
||||
"tag": "tor-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"port": 9050
|
||||
"port": 9050,
|
||||
"l4_protocol": "all" // "all", "tcp" или "udp" (ограничивает проксирование по L4 протоколу)
|
||||
}
|
||||
]
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue