Skip to content

0.12.0-beta05

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Sep 11:32
· 1435 commits to dev since this release
  • 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": []
    }
}