1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-12-22 20:21:23 +01:00
parent 9c8645ae28
commit 4cd56cfc91

View file

@ -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);
});