feat: require restart after profile change

This commit is contained in:
arm64v8a
2022-11-30 09:55:41 +09:00
parent a973c3f4ad
commit 163fe56947
6 changed files with 22 additions and 3 deletions

View File

@@ -381,6 +381,11 @@ namespace NekoRay {
tagOut = "proxy";
}
// ignoreConnTag
if (index != 0) {
status->result->ignoreConnTag << tagOut;
}
if (needGlobal) {
if (status->globalProfiles.contains(ent->id)) {
continue;