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-rangeOptionalPort range syntax — cannot be used together with port.
transportOptionalThe transport protocol — currently supports TCP and UDP.
multiplexingDefault: MULTIPLEXING_LOWThe multiplexing level — choose MULTIPLEXING_OFF/MULTIPLEXING_LOW/MULTIPLEXING_MIDDLE/MULTIPLEXING_HIGH; OFF disables it entirely.
traffic-patternOptionalA base64 string used to fine-tune network behavior — see the official mieru docs for the exact format.