fix: add no_auth flag to secure commands
This commit is contained in:
@@ -6,5 +6,8 @@ module.exports = {
|
|||||||
return this.reply(200, this.bufferSize === 0 ? 'OK' : 'Buffer too large: PBSZ=0');
|
return this.reply(200, this.bufferSize === 0 ? 'OK' : 'Buffer too large: PBSZ=0');
|
||||||
},
|
},
|
||||||
syntax: '{{cmd}}',
|
syntax: '{{cmd}}',
|
||||||
description: 'Protection Buffer Size'
|
description: 'Protection Buffer Size',
|
||||||
|
flags: {
|
||||||
|
no_auth: true
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,5 +15,8 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
syntax: '{{cmd}}',
|
syntax: '{{cmd}}',
|
||||||
description: 'Data Channel Protection Level'
|
description: 'Data Channel Protection Level',
|
||||||
|
flags: {
|
||||||
|
no_auth: true
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user