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

feat: update sspanel model #467

Merged
merged 1 commit into from
Oct 4, 2023
Merged

feat: update sspanel model #467

merged 1 commit into from
Oct 4, 2023

Conversation

AutisticShark
Copy link
Contributor

  1. remove remaining SSR-related params.
  2. node_connector has been replaced with node_speedlimit.
  3. mu_only and is_multi_user are removed alongside SSR support, there is no way to use the origin shadowsocks node type with mu enabled, only the ss2022 type has mu support.
  4. user email has been removed from WebAPI data since its refactor back in the 2021.9 release
  5. OffsetPortUser, ServerSub, V2Port, TrojanPort, ForbiddenIP, and ForbiddenPort are never used and will soon be removed from WebAPI and custom config examples.
  6. Vmess AlterID should always be 0 to enable the AEAD method.

@Septrum101 Septrum101 self-requested a review October 4, 2023 12:26
@Septrum101 Septrum101 merged commit 78f2f88 into XrayR-project:master Oct 4, 2023
27 checks passed
@Septrum101
Copy link
Contributor

Septrum101 commented Oct 4, 2023

8e3db77
@M1Screw I just make a reality config from web api. Could you test it?
The format of json should be

    "reality-opts": {
        "server_names": [
            "abc.com",
            "cdf.com"
        ],
        "private_key": "keykeykey",
        "min_client_ver": "1.1.1",
        "max_client_ver": "2.2.2",
        "max_time_diff": 30,
        "short_ids": [
            "321213123"
        ]
    }

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

Successfully merging this pull request may close these issues.

None yet

2 participants