Skip to content

Mieru

proxies:
  - name: mieru
    type: mieru
    server: server
    port: 2999
    port-range: 2090-2099
    transport: TCP
    username: user
    password: password
    multiplexing: MULTIPLEXING_LOW
    traffic-pattern: ""

Common fields

port-range

Port range. Cannot be written together with port.

transport

Protocol. Currently supports TCP and UDP.

multiplexing

Multiplexing mode. Available values include MULTIPLEXING_OFF, MULTIPLEXING_LOW, MULTIPLEXING_MIDDLE, and MULTIPLEXING_HIGH. MULTIPLEXING_OFF disables multiplexing. Default: MULTIPLEXING_LOW.

traffic-pattern

A base64 string used to fine-tune network behavior. See the official mieru documentation for the format.