v2fly.clbug.comv2fly.clbug.com
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
  • Config Reference

    • Configuration File Format (Draft)
    • Inbounds
    • Outbounds
    • Proxy Protocol
    • Stream
    • Service
    • DNS
    • Router
    • Geo
  • Proxy Protocol

    • Blackhole
    • DNS
    • Dokodemo
    • Freedom
    • HTTP
    • Socks
    • VMess
    • VLite
    • Shadowsocks
    • Shadowsocks2022
    • Trojan
    • Hysteria2
    • VLESS
    • Loopback
  • Stream Transport Protocol

    • TCP
    • WebSocket
    • KCP(mKCP)
    • gRPC
    • QUIC
    • Meek
    • HTTPUpgrade
    • Hysteria2
    • mekya
      • mekya Stream Transport
      • mekya Usage Examples
  • Service

    • Stats
    • Policy
    • Browser Forwarder
    • Burst Observatory
    • Background Observatory
    • Tun
    • Subscription Manager
    • File System Storage

mekya

Meek is a censorship resistent protocol that encode mkcp traffic into plain HTTP request/responses. This would allow the traffic to be reflected over significant amount of platforms to migrate the effect of IP blocking. (v5.21.0+)

This transport has improved performance compare to meek as a result of utilizing mkcp protocol instead of sequential transmission.

Subscription have been enabled for this transport protocol.

mekya Stream Transport

  • Name: mekya
  • Type: Transport Protocol
  • ID: stream.mekya

kcp: KCPSetting

The mkcp settings to be applied to this transport.

maxWriteSize: number

(Server only)

The maximum size of a response that will be written to a single response.

maxWriteDurationMs: number

(Server only)

The maximum time in milliseconds that a server will hold a request for write.

maxSimultaneousWriteConnection: number

(Server only)

The maximum amount of in-flight http request a server will hold for write.

packetWritingBuffer: number

(Server only)

The maxium amount of packets that a server will hold awaiting write.

url: string

(Client only)

The url of the server.

maxWriteDelay: number

(Client only)

The maximum amount of time in milliseconds that writes are accumulated for a single request.

maxRequestSize: number

(Client only)

The maximum size of a request that will be written to a single response.

pollingIntervalInitial: number

(Client only)

The initial polling time for response.

h2PoolSize: number

(Client only)

The size of the http2 clients to use for higher concurrency.

mekya Usage Examples

The configuration examples of mekya based proxy can be found:

mekya Client

mekya Server

Edit this page on GitHub
Last Updated:
Contributors: Shelikhoo
Prev
Hysteria2