Example configuration
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
d82ad3bf32
commit
8855996660
10
config.example.pl
Normal file
10
config.example.pl
Normal file
@ -0,0 +1,10 @@
|
||||
(
|
||||
'georg' => [
|
||||
'^echo hi$',
|
||||
'^true$',
|
||||
'^printf %s [a-z0-9 ]+$',
|
||||
],
|
||||
'root' => [
|
||||
'^ls -a /root$',
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue
Block a user