mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Shadowsocks-Rust can use only aes-256-gcm on OMR with Shadowsocks-go server for now
This commit is contained in:
parent
9c8645ae28
commit
4cd56cfc91
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ return L.Class.extend({
|
|||
o.datatype = 'port';
|
||||
o.size = 5;
|
||||
|
||||
o = optfunc(form.ListValue, 'method', _('Method'));
|
||||
o = optfunc(form.ListValue, 'method', _('Method'),_('Only 2022-blake3-aes-256-gcm is supported by OpenMPTCProuter Shadowsocks-GO'));
|
||||
methods.forEach(function(m) {
|
||||
o.value(m);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue