mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 14:40:09 +08:00
fix #896
This commit is contained in:
parent
4780d9afcf
commit
2472c22c27
@ -345,6 +345,7 @@ namespace NekoGui {
|
||||
_add(new configItem("sniffing_mode", &this->sniffing_mode, itemType::integer));
|
||||
_add(new configItem("use_dns_object", &this->use_dns_object, itemType::boolean));
|
||||
_add(new configItem("dns_object", &this->dns_object, itemType::string));
|
||||
_add(new configItem("dns_final_out", &this->dns_final_out, itemType::string));
|
||||
}
|
||||
|
||||
QString Routing::DisplayRouting() const {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user