mirror of
https://github.com/1andrevich/homeproxy-hiddify.git
synced 2026-08-12 10:16:07 +00:00
fix(generator): fix packet encoding / ws host option
This commit is contained in:
parent
4bd0f98b8a
commit
abb89992bd
4 changed files with 11 additions and 4 deletions
5
.github/build-ipk.sh
vendored
5
.github/build-ipk.sh
vendored
|
|
@ -29,7 +29,10 @@ cp -fpR "$PKG_DIR/htdocs"/* "$TEMP_PKG_DIR/www/"
|
|||
cp -fpR "$PKG_DIR/root"/* "$TEMP_PKG_DIR/"
|
||||
|
||||
echo -e "/etc/config/homeproxy" > "$TEMP_PKG_DIR/CONTROL/conffiles"
|
||||
echo -e "/etc/homeproxy/certs/" > "$TEMP_PKG_DIR/lib/upgrade/keep.d/$PKG_NAME"
|
||||
cat > "$TEMP_PKG_DIR/lib/upgrade/keep.d/$PKG_NAME" <<-EOF
|
||||
/etc/homeproxy/certs/
|
||||
/etc/homeproxy/resources/
|
||||
EOF
|
||||
|
||||
cat > "$TEMP_PKG_DIR/CONTROL/control" <<-EOF
|
||||
Package: $PKG_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue