mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 02:47:27 +08:00
[-] Remove proxied matching prop
This commit is contained in:
@@ -53,9 +53,6 @@ game.chusan.reflector-url=http://reflector.naominet.live:18080/
|
|||||||
## This sets the matching server url.
|
## This sets the matching server url.
|
||||||
## When this is set, we will sync with the external matching url so that we can match with more players.
|
## When this is set, we will sync with the external matching url so that we can match with more players.
|
||||||
game.chusan.external-matching=https://chu3-match.sega.ink/
|
game.chusan.external-matching=https://chu3-match.sega.ink/
|
||||||
## When this is set to true, we will proxy all matching requests sent to the external matching server.
|
|
||||||
## This option enhances security by masking the user ID and keychip.
|
|
||||||
game.chusan.proxied-matching=false
|
|
||||||
## This enables user use login bonus function if set to true.
|
## This enables user use login bonus function if set to true.
|
||||||
## NOTE: THIS IS NOT TESTED, it's implemented by someone very inexperienced and might not work.
|
## NOTE: THIS IS NOT TESTED, it's implemented by someone very inexperienced and might not work.
|
||||||
game.chusan.loginbonus-enable=false
|
game.chusan.loginbonus-enable=false
|
||||||
|
|||||||
@@ -10,5 +10,4 @@ class ChusanProps {
|
|||||||
var loginBonusEnable = false
|
var loginBonusEnable = false
|
||||||
var externalMatching: String? = null
|
var externalMatching: String? = null
|
||||||
var reflectorUrl: String? = null
|
var reflectorUrl: String? = null
|
||||||
var proxiedMatching: Boolean = false
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user