Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2ray5 #1671

Open
wants to merge 4 commits into
base: v5
Choose a base branch
from
Open

V2ray5 #1671

wants to merge 4 commits into from

Conversation

RungeCC
Copy link

@RungeCC RungeCC commented Sep 24, 2022

update to version5 api;

  • ValidateKernel -> ValidateVersionedKernel, will not only validate kernel but also check and set kernel version;

  • new entry version in Qv2rayConfig_Kernel, enum type:

    enum KernelMajorVersion {FOUR, FIVE, UNKNOWN};
    

    currently only detect v2ray-core with major version 4 or 5, other core will be treated as version 4 v2ray-core.

  • now click accept button on preferences page will invoke a ValidateVersionedKernel check, for updating kernel version info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant