github dyhkwong/Exclave 0.12.0-beta05

latest releases: 0.17.22, 0.17.21, 0.17.20...
pre-release17 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.