mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: hide dashboard at startup
This commit is contained in:
@@ -234,11 +234,11 @@ namespace NekoRay {
|
||||
{"inboundTag", QJsonArray{"socks-in", "http-in"}},
|
||||
{"outboundTag", "dns-out"},
|
||||
};
|
||||
status->routingRules += QJsonObject{
|
||||
{"type", "field"},
|
||||
{"inboundTag", QJsonArray{"dns-in"}},
|
||||
{"outboundTag", "dns-out"},
|
||||
};
|
||||
// status->routingRules += QJsonObject{
|
||||
// {"type", "field"},
|
||||
// {"inboundTag", QJsonArray{"dns-in"}},
|
||||
// {"outboundTag", "dns-out"},
|
||||
// };
|
||||
}
|
||||
|
||||
// custom inbound
|
||||
|
||||
Reference in New Issue
Block a user