|
|
{allow, {username, "^dashboard?"}, subscribe, ["$SYS/#"]}.
|
|
{allow, {username, "^dashboard?"}, subscribe, ["$SYS/#"]}.
|
|
|
{allow, {ipaddr, "127.0.0.1"}, all, ["$SYS/#", "#"]}.
|
|
{allow, {ipaddr, "127.0.0.1"}, all, ["$SYS/#", "#"]}.
|
|
|
|
|
+{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|