ockam_command 0.150.0

End-to-end encryption and mutual authentication for distributed applications.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "n1",
  "tcp-listener-address": "127.0.0.1:1234",
  "relay": "default",
  "tcp-outlet": {
    "db-outlet": {
      "to": 1235
    }
  },
  "tcp-inlet": {
    "web-inlet": {
      "from": 1236
    }
  }
}