Skip to content

Commit

Permalink
Merge branch 'before_db_change'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Sep 12, 2023
2 parents 7364004 + b26b87f commit 9855ea5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.5.25
10.5.27
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function menu() {
warp "Check Warp Status"
add_remote "Add remote assistant access to this server"
remove_remote "Remove remote assistant access to this server"
downgrade "Downgrade to Version 7"
downgrade "Downgrade from develop to release"
enable "show this menu on start up"
disable "disable this menu"
uninstall "Uninstall hiddify :("
Expand Down
2 changes: 2 additions & 0 deletions xray/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ REALITY_SHORT_IDS_XRAY=$(echo "$REALITY_SHORT_IDS" | sed 's/,/\", \"/g; s/^/\"/;

sed -i "s|REALITY_SHORT_IDS|$REALITY_SHORT_IDS_XRAY|g" configs/05_inbounds_02_reality_main.json
sed -i "s|REALITY_SHORT_IDS|$REALITY_SHORT_IDS_XRAY|g" configs/05_inbounds_02_realitygrpc_main.json
sed -i "s|REALITY_SHORT_IDS|$REALITY_SHORT_IDS_XRAY|g" configs/05_inbounds_02_realityh2_main.json
# sed -i "s|REALITY_FALLBACK_DOMAIN|$REALITY_FALLBACK_DOMAIN|g" configs/05_inbounds_02_reality_main.json
sed -i "s|REALITY_PRIVATE_KEY|$REALITY_PRIVATE_KEY|g" configs/05_inbounds_02_reality_main.json
sed -i "s|REALITY_PRIVATE_KEY|$REALITY_PRIVATE_KEY|g" configs/05_inbounds_02_realitygrpc_main.json
sed -i "s|REALITY_PRIVATE_KEY|$REALITY_PRIVATE_KEY|g" configs/05_inbounds_02_realityh2_main.json

find configs -name "05_inbounds_02_reality_*.json" ! -name "05_inbounds_02_reality_main.json" -type f -exec rm {} +
find configs -name "05_inbounds_02_realitygrpc_*.json" ! -name "05_inbounds_02_realitygrpc_main.json" -type f -exec rm {} +
Expand Down

0 comments on commit 9855ea5

Please sign in to comment.