Skip to content

Commit d9765ba

Browse files
committed
update warp api with latest cf changes
1 parent aeb157a commit d9765ba

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

common/packages.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ ssh-liberty-bridge|1.3.0|arm64|https://github.com/hiddify/ssh-liberty-bridge/rel
2525
ssh-liberty-bridge|1.3.0|amd64|https://github.com/hiddify/ssh-liberty-bridge/releases/download/v1.3.0/ssh-liberty-bridge-amd64|2361ac482b5dccedab9e3910af204980353856b6a2b4da586cb67b8336bd0c9c
2626
xray|25.6.8|arm64|https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-arm64-v8a.zip|ca404752f27176cdaaddf929ec65a96cf18cceba403d6d97a66cdac48ef84dfe
2727
xray|25.6.8|amd64|https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-64.zip|51bcd3304fdbd64b58048b056da005fbaa6c83577fc351cae34024760e111e4b
28+
wgcf|2.2.28|arm64|https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_linux_arm64|14daf9995dd447cfd037b2fe21062993446b82b94550072ea4874aecd20ed71d
29+
wgcf|2.2.28|amd64|https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_linux_amd64|2cd58bfa56e6703dbea16e607705b67a558be5b32be0378f6479d71f271d0861

hiddify-panel/src

Submodule src updated from 26fb21c to 0ef88e4
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
latest=$1
2+
source ../../../common/package_manager.sh
3+
add_package wgcf $latest arm64 https://github.com/ViRb3/wgcf/releases/download/v$latest/wgcf_${latest}_linux_arm64
4+
add_package wgcf $latest amd64 https://github.com/ViRb3/wgcf/releases/download/v$latest/wgcf_${latest}_linux_amd64

other/warp/wireguard/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash download_wgcf.sh
22
source /opt/hiddify-manager/common/package_manager.sh
3-
install_package wireguard-dkms wireguard-tools
3+
install_package wireguard-tools
44
download_package wgcf wgcf
55
if [ "$?" == "0" ] || ! is_installed ./wgcf; then
66
chmod +x wgcf || exit 1

0 commit comments

Comments
 (0)