mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
feat: custom config
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NekoRay::fmt {
|
||||
}
|
||||
|
||||
int CustomBean::NeedExternal(bool isFirstProfile, bool isVPN) {
|
||||
if (core == "internal") return 0;
|
||||
if (core == "internal" || core == "internal-full") return 0;
|
||||
if (core == "hysteria") {
|
||||
if (isFirstProfile && !isVPN) {
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user