{ "log": { "level": "error" }, "dns": { "servers": [ { "type": "local", "tag": "default" } ] }, "inbounds": [ { "type": "mixed", "tag": "mixed-in", "listen_port": 7897 } ], "outbounds": [ { "type": "direct", "tag": "direct" }, { "type": "mieru", "tag": "mieru-out", "server": "example.com", "server_port": 27017, "server_ports": "27017-27019", "transport": "TCP", "username": "username", "password": "password", // valid: MULTIPLEXING_DEFAULT / MULTIPLEXING_OFF / MULTIPLEXING_LOW // MULTIPLEXING_MIDDLE / MULTIPLEXING_HIGH "multiplexing": "MULTIPLEXING_LOW" // Dial Fields } ], "route": { "final": "mieru-out", "default_domain_resolver": "default", "auto_detect_interface": true } }