VLESS Post-Quantum Encryption

This commit is contained in:
心隨緣動
2025-09-08 20:43:08 +08:00
committed by GitHub
parent 36e6c420bc
commit e842942319
+2 -1
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;
}
},