Add changelog section and document engine v3.0.7 features

This commit is contained in:
SamNet-dev
2026-02-21 02:49:23 -06:00
parent 49ca2f8424
commit b490190b89
2 changed files with 57 additions and 7 deletions

View File

@@ -3919,7 +3919,7 @@ show_cli_help() {
echo ""
echo -e " ${BOLD}Upstream Routing:${NC}"
echo -e " ${GREEN}upstream list${NC} List upstreams"
echo -e " ${GREEN}upstream add${NC} <name> <type> <addr> [user] [pass] [weight] [iface]"
echo -e " ${GREEN}upstream add${NC} <name> <type> <host:port> [user] [pass] [weight] [iface]"
echo -e " ${GREEN}upstream remove${NC} <name> Remove upstream"
echo -e " ${GREEN}upstream enable${NC} <name> Enable upstream"
echo -e " ${GREEN}upstream disable${NC} <name> Disable upstream"