mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-24 16:51:25 +08:00
8 lines
179 B
JSON
8 lines
179 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"ping" , {"ac" : ["--host"]},
|
||
|
"ping --host" , {"pr" : ["<HOST>"]},
|
||
|
"ping --host \\S+" , {"pr" : ["<enter>"]}
|
||
|
]
|
||
|
}
|