Lotusboard Feature Flag System
In lotusboard, we use a flag to switch on/off features for a node
When you want to enable a feature for a node, add a special tag to this node
Available Switchers
TAG | Feature | TYPE |
---|---|---|
VLESS | Enable VLESS distribution on panel side | VMESS |
XTLS | Enable VLESS flow distribution on panel side | VMESS |
hy2 | Enable hysteria2 distribution on panel side | Hysteria |
Add a VLESS node
update
do ./update.sh
to upgrade to latest lotusboard first
Add VLESS node
- Add a V2ray/Vmess node in panel
- In "节点标签" (NodeTags), add a "VLESS" Tag
- Modify your backend to use VLESS on that node
For example, in XrayR
EnableVless: true
Add a VLESS node with VLESS flow feature
- Add a V2ray/Vmess node in panel
- In "节点标签" (NodeTags), add "VLESS" and "XTLS" Tags
- Modify your backend to use VLESS on that node
For example, in XrayR
EnableVless: true
Add a hysteria2 node
- Add a Hysteria node in panel
- In "节点标签" (NodeTags), add a "hy2" Tags
- Modify your backend to use hysteria2 on that node
For example, in bodhi, you'll need to replace hysteria core with the latest hysteria2 core