docs: document l4_protocol for server outbounds

ospab 2026-06-23 01:02:48 +03:00
parent bce2dcddd1
commit 99e1c6ff54
2 changed files with 4 additions and 2 deletions

@ -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 протоколу)
}
]
```