initial commit

This commit is contained in:
2025-10-15 18:44:51 -05:00
commit 084284370c
9 changed files with 347 additions and 0 deletions

11
config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"protocols": [
{
"type": "tcp.client",
"params": {
"host": "127.0.0.1",
"port": 8000
}
}
]
}