- Update so-called "fragment" and "UDP noise".
⚠️ Due to their unreasonable growing complexity and continuous breaking changes, UI for them is becoming undesignable, so all the buttons/input boxes for “fragment” and “UDP noise” are removed. Use custom outbound config or custom config if you need them. Config format for them:
{
"protocol": "",
"settings": {},
"streamSettings": {
"sockopt": {
"fragment": {},
"noises": []
}
}
}No dialerProxy is needed. However, the poor-designed xray format that relies on dialerProxy to freedom outbound can also be used.
{
"protocol": "",
"settings": {},
"streamSettings": {
"sockopt": {
"dialerProxy": "freedom"
}
}
},
{
"tag": "freedom",
"protocol": "freedom",
"settings": {
"fragment": {},
"noises": []
}
}