github dyhkwong/Exclave 0.12.0-beta05

latest releases: tuic-plugin-1.6.5, tuic-plugin-1.6.4, tuic-plugin-1.6.3...
pre-release14 months ago
  • 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": []
    }
}

Don't miss a new Exclave release

NewReleases is sending notifications on new releases.