MASQUE¶
Name: masque
Status: Alpha
The MASQUE connector uses the MASQUE protocol for data forwarding, supporting both UDP via CONNECT-UDP (RFC 9298) and TCP via standard CONNECT. This connector must be used together with the H3-MASQUE dialer.
Limitations
The MASQUE connector must be used together with the H3-MASQUE dialer to build a UDP/TCP proxy service based on the MASQUE protocol.
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
Parameters¶
connectTimeout(duration)- Connection timeout. Can be specified via
timeoutorconnectTimeout.