Skip to content

MASQUE

名称: masque

状态: Alpha

MASQUE连接器使用MASQUE协议进行数据转发,支持通过CONNECT-UDP (RFC 9298)转发UDP数据,以及通过标准CONNECT转发TCP数据。此连接器必须与H3-MASQUE拨号器一起使用。

限制

MASQUE连接器只能与H3-MASQUE拨号器一起使用,构建基于MASQUE协议的UDP/TCP代理服务。

gost -L :8080 -F masque+h3-masque://:8443

yaml services: - name: service-0 addr: ":8080" handler: type: auto chain: chain-0 listener: type: tcp chains: - name: chain-0 hops: - name: hop-0 nodes: - name: node-0 addr: :8443 connector: type: masque dialer: type: h3-masque

参数列表

connectTimeout (duration)
连接超时时长。可通过timeoutconnectTimeout指定。