Docs Config Mieru

Mieru

A relatively niche anti-censorship protocol that supports port ranges and built-in multiplexing, with SOCKS-like username/password authentication.

Example Config

config.yaml YAML
proxies:
  - name: mieru
    type: mieru
    server: server
    port: 2999
    port-range: 2090-2099
    transport: TCP
    username: user
    password: password
    multiplexing: MULTIPLEXING_LOW

Field Reference

port-rangeOptional

Port range syntax — cannot be used together with port.

transportOptional

The transport protocol — currently supports TCP and UDP.

multiplexingDefault: MULTIPLEXING_LOW

The multiplexing level — choose MULTIPLEXING_OFF/MULTIPLEXING_LOW/MULTIPLEXING_MIDDLE/MULTIPLEXING_HIGH; OFF disables it entirely.

traffic-patternOptional

A base64 string used to fine-tune network behavior — see the official mieru docs for the exact format.