Skip to content

Mieru

Use the Mieru field transport, not the network field used by other protocols. This example uses a single TCP port.

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: mieru
    server: proxy.example.com
    port: 443
    transport: TCP
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    multiplexing: MULTIPLEXING_LOW

Protocol fields

FieldHow to configure it
port / port-rangeChoose one port or a range. Remove port when using port-range: "4000-4010".
transportTCP or UDP, matching the server.
username / passwordMieru username and password.
multiplexingMULTIPLEXING_OFF, MULTIPLEXING_LOW, MULTIPLEXING_MIDDLE, or MULTIPLEXING_HIGH.
handshake-modeHANDSHAKE_STANDARD or HANDSHAKE_NO_WAIT; the latter does not wait for handshake completion.
traffic-patternUse supplied Base64 traffic-pattern settings when required.

Groups and rules · Common fields · TLS · Transports

Reference: mihomo.