mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:03:30 +00:00
Added transport layer and configured extension commands to call mTLS socket connection
This commit is contained in:
@@ -47,6 +47,8 @@ pub fn init() -> Extension {
|
||||
"tcp_socket",
|
||||
Group::new()
|
||||
.command("start", tcp::start)
|
||||
.command("start_mtls", tcp::start_mtls)
|
||||
.command("start_enroll_mtls", tcp::start_enroll_mtls)
|
||||
.command("stop", tcp::stop)
|
||||
.command("send_payload", tcp::send_payload)
|
||||
.group(
|
||||
|
||||
Reference in New Issue
Block a user