mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-08 07:37:13 +08:00
update 2022-05-29 20:18:44
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-xray
|
||||
PKG_VERSION:=1.10.2
|
||||
PKG_VERSION:=1.11.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=MPLv2
|
||||
|
||||
@@ -218,6 +218,9 @@ return view.extend({
|
||||
o.value("aes-256-gcm", "aes-256-gcm")
|
||||
o.value("aes-128-gcm", "aes-128-gcm")
|
||||
o.value("chacha20-poly1305", "chacha20-poly1305")
|
||||
o.value("2022-blake3-aes-128-gcm", "2022-blake3-aes-128-gcm")
|
||||
o.value("2022-blake3-aes-256-gcm", "2022-blake3-aes-256-gcm")
|
||||
o.value("2022-blake3-chacha20-poly1305", "2022-blake3-chacha20-poly1305")
|
||||
o.rmempty = false
|
||||
o.modalonly = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user