DO_UPLINK_MANUAL_BLACKLIST

A java regex that precises the uplinks that are allowed when ran manually once DO_UPLINK is true. If not set, nothing is blacklisted. The regex is evaluated against the ID of the layout

.*

blacklists everything

1128132|7898132

authorizes only the layouts which ID is 1128132 or 7898132

!1128132|!7898132

authorizes all the layouts except 1128132 or 7898132

Last updated

Was this helpful?