[+] Proxied matching option

This commit is contained in:
Azalea
2024-12-29 07:10:32 -05:00
parent 9b21193be2
commit 6518fe6946
2 changed files with 4 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ class ChusanProps {
var loginBonusEnable = false
var externalMatching: String? = null
var reflectorUrl: String? = null
var proxiedMatching: Boolean = false
}