VLESS Post-Quantum Encryption

This commit is contained in:
心隨緣動 2025-09-08 20:43:08 +08:00 committed by GitHub
parent 36e6c420bc
commit e842942319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,8 @@
},
clearKeys() {
this.inbound.settings.decryption = 'none';
this.inbound.settings.encryption = '';
this.inbound.settings.encryption = 'none';
this.inbound.settings.selectedAuth = undefined;
}
},