feat: support UDP over TCP in mieru (#1926)

This commit is contained in:
enfein
2025-03-20 05:58:04 +00:00
committed by GitHub
parent 4f8b70c8c6
commit 0f32c054f4
4 changed files with 25 additions and 4 deletions

View File

@@ -879,6 +879,7 @@ proxies: # socks5
port: 2999
# port-range: 2090-2099 #(不可同时填写 port 和 port-range
transport: TCP # 只支持 TCP
udp: true # 支持 UDP over TCP
username: user
password: password
# 可以使用的值包括 MULTIPLEXING_OFF, MULTIPLEXING_LOW, MULTIPLEXING_MIDDLE, MULTIPLEXING_HIGH。其中 MULTIPLEXING_OFF 会关闭多路复用功能。默认值为 MULTIPLEXING_LOW。