update 2023-06-28 23:35:58
This commit is contained in:
parent
88739be246
commit
8bd96b1f05
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-xray-fw4
|
||||
PKG_VERSION:=2.1.1
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=MPLv2
|
||||
|
|
|
@ -874,7 +874,7 @@ function bridge_outbounds() {
|
|||
const v = config[key];
|
||||
i = i + 1;
|
||||
const bridge_server = config[v["upstream"]];
|
||||
for (i in server_outbound(bridge_server, sprintf("bridge_upstream_outbound_%d", i))) {
|
||||
for (f in server_outbound(bridge_server, sprintf("bridge_upstream_outbound_%d", i))) {
|
||||
splice(result, 0, 0, f);
|
||||
}
|
||||
splice(result, 0, 0, {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-xray-shared
|
||||
PKG_VERSION:=2.1.1
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=MPLv2
|
||||
|
|
Loading…
Reference in New Issue