feat: support mieru protocol (#1702)

This commit is contained in:
enfein
2024-12-09 04:05:11 +00:00
committed by GitHub
parent d6b496d3c0
commit 613becd8ea
7 changed files with 391 additions and 3 deletions

View File

@@ -846,6 +846,16 @@ proxies: # socks5
password: password
privateKey: path
# mieru
- name: mieru
type: mieru
server: 1.2.3.4
port: 2999
# port-range: 2090-2099 #(不可同时填写 port 和 port-range
transport: TCP # 只支持 TCP
username: user
password: password
# dns 出站会将请求劫持到内部 dns 模块,所有请求均在内部处理
- name: "dns-out"
type: dns
@@ -1202,4 +1212,4 @@ listeners:
# authentication-timeout: 1000
# alpn:
# - h3
# max-udp-relay-packet-size: 1500
# max-udp-relay-packet-size: 1500