Skip to content
On this page

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

TAGFeatureTYPE
VLESSEnable VLESS distribution on panel sideVMESS
XTLSEnable VLESS flow distribution on panel sideVMESS
hy2Enable hysteria2 distribution on panel sideHysteria

Add a VLESS node

update

do ./update.sh to upgrade to latest lotusboard first

Add VLESS node

  1. Add a V2ray/Vmess node in panel
  2. In "节点标签" (NodeTags), add a "VLESS" Tag
  3. Modify your backend to use VLESS on that node

For example, in XrayR

EnableVless: true

Add a VLESS node with VLESS flow feature

  1. Add a V2ray/Vmess node in panel
  2. In "节点标签" (NodeTags), add "VLESS" and "XTLS" Tags
  3. Modify your backend to use VLESS on that node

For example, in XrayR

EnableVless: true

Add a hysteria2 node

  1. Add a Hysteria node in panel
  2. In "节点标签" (NodeTags), add a "hy2" Tags
  3. 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

All projects released with GPL3 License.