mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
Fix reality enable in edit
This commit is contained in:
parent
f6553fcb96
commit
34d31d5b6b
@ -428,6 +428,7 @@ bool DialogEditProfile::onEnd() {
|
||||
transport->max_early_data = ui->ws_early_data_length->text().toInt();
|
||||
tls->reality->public_key = ui->reality_pbk->text();
|
||||
tls->reality->short_id = ui->reality_sid->text();
|
||||
tls->reality->enabled = !tls->reality->public_key.isEmpty();
|
||||
tls->certificate = CACHE.certificate;
|
||||
}
|
||||
if (ent->outbound->HasMux()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user