Skip to content

GOST Relay ​

Use type: gost-relay for a GOST Relay server. This is a separate feature from the removed relay policy group.

Node example ​

Merge this node into the configuration’s proxies list. Replace example addresses, identities, and credentials. If you rename Node, update group references too.

yaml
proxies:
  - name: Node
    type: gost-relay
    server: proxy.example.com
    port: 443
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    udp: true

Protocol fields ​

FieldHow to configure it
username / passwordServer credentials; omit if not required.
tls / sniEnable tls and a matching sni for TLS Relay services.
muxEnable only when the server supports the matching multiplexing mode.
forwardFixed-forwarding mode; match the server configuration.
udpAllow UDP forwarding when supported by the server.

Groups and rules · Common fields · TLS · Transports