mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
806 B
806 B
icon
| icon |
|---|
| material/new-box |
Structure
{
"type": "mieru",
"tag": "mieru-in",
... // Listen Fields
"transport": "TCP",
"users": [
{
"name": "asdf",
"password": "hjkl"
}
],
"traffic_pattern": "GgQIARAK",
"mtu": 1400
}
Listen Fields
See Listen Fields for details.
Fields
transport
==Required==
Transmission protocol. Allowed values are TCP and UDP.
users
==Required==
A list of mieru user name and password.
traffic_pattern
A base64 string to fine tune network behavior.
user_hint_is_mandatory
If proxy client doesn't sent user hint, proxy server will refuse the connection.
mtu
Maximum transmission unit of L2 payload. Only applies to UDP transport egress traffic.