Commit code. Update time: 2023-06-25

This commit is contained in:
TK
2023-06-25 11:50:55 +08:00
parent 2d74227878
commit 39a5f2fa92
244 changed files with 26147 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -x
WD=`pwd`
curl -OL 'https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat' && mv dlc.dat PacketTunnel/site.dat
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -x
WD=`pwd`
curl -OL 'https://github.com/eycorsican/leaf/releases/latest/download/libleaf-ios.zip' \
&& mv libleaf-ios.zip /tmp/ \
&& unzip -o /tmp/libleaf-ios.zip -d /tmp \
&& mv /tmp/libleaf.a PacketTunnel/libleaf/ \
&& mv /tmp/leaf.h PacketTunnel/libleaf/