mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 12:24:35 +01:00
docs(readme): Update supported regions and domain list
- Added new supported region CN in README
This commit is contained in:
@@ -33,7 +33,7 @@ For any extra support, questions, or discussions, check out our [Discord](https:
|
|||||||
|
|
||||||
Nebula supports the global PC client by default. If you want to switch regions, you need to change the `region` field in the Nebula config.
|
Nebula supports the global PC client by default. If you want to switch regions, you need to change the `region` field in the Nebula config.
|
||||||
|
|
||||||
Current supported regions (PC): `GLOBAL`, `KR`, `JP`, `TW`
|
Current supported regions (PC): `GLOBAL`, `KR`, `JP`, `TW`, `CN`
|
||||||
|
|
||||||
You may need to change the data version when switching regions. The `customDataVersion` field should match the the data version of your client, which is usually the last number of your client's version string (top left of your login screen). Example: 1.0.0.42 = data version 42.
|
You may need to change the data version when switching regions. The `customDataVersion` field should match the the data version of your client, which is usually the last number of your client's version string (top left of your login screen). Example: 1.0.0.42 = data version 42.
|
||||||
|
|
||||||
@@ -66,7 +66,8 @@ class Handlers
|
|||||||
".stellasora.global",
|
".stellasora.global",
|
||||||
".stellasora.kr",
|
".stellasora.kr",
|
||||||
".stellasora.jp",
|
".stellasora.jp",
|
||||||
".stargazer-games.com"
|
".stargazer-games.com",
|
||||||
|
".yostar.cn"
|
||||||
];
|
];
|
||||||
|
|
||||||
static function OnBeforeRequest(oS: Session) {
|
static function OnBeforeRequest(oS: Session) {
|
||||||
|
|||||||
Reference in New Issue
Block a user