2.5.4
Pre-release
Pre-release
Tip
For Trojan protocol you need to have a password and a hash password:
- Worker deployment: You should set Trojan password and hash password manually in worker code line 18 and 21.
- Pages deployment: You should set
TROJAN_PASSandHASH_PASSin Environment variables and redeploy, or set when deploying for first time.
You can consider some desired Trojan password, and generate corresponding hash password using one of these links:
https://emn178.github.io/online-tools/sha224.html
https://www.atatus.com/tools/sha224-to-hash
Improvements
- Revised Singbox DNS and Routing.
- Routing now applies to all subscriptions and configs except V2ray normal subscription.
- Added WoW Best Ping config to warp subscriptions.
- Delegated Trojan hash password generation to user.
- Refactored.
Bug Fixes
- Removed runtime hash generation due to nodejs compatiblity #276
- Some fixes.