mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:42:51 +08:00
Update ConfigBuilder.cpp
This commit is contained in:
parent
07277b515b
commit
25eb4917d2
@ -924,9 +924,9 @@ namespace Configs {
|
||||
}
|
||||
|
||||
QJsonObject cache_file = {
|
||||
{"enabled", "true"},
|
||||
{"store_fakeip", "true"},
|
||||
{"store_rdrc", "true"}
|
||||
{"enabled", true},
|
||||
{"store_fakeip", true},
|
||||
{"store_rdrc", true}
|
||||
};
|
||||
experimentalObj["cache_file"] = cache_file;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user