From 2706aceb7d5cbe8d8de7c73919a2d27d30315885 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Fri, 24 May 2024 22:45:59 +0200 Subject: [PATCH] Fix example --- using-gatewayd/Act.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using-gatewayd/Act.md b/using-gatewayd/Act.md index 6f675c8..a98f07a 100644 --- a/using-gatewayd/Act.md +++ b/using-gatewayd/Act.md @@ -65,7 +65,7 @@ The `Hook` field is a map that contains the following fields: | --------------- | ------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | | `Hook.Name` | The name of the hook. | string | `HOOK_NAME_ON_TRAFFIC_FROM_CLIENT` | | `Hook.Priority` | The priority of the hook. | string | 1000 | -| `Hook.Params` | The input parameters. | map | `{"server": {"remote": "127.0.0.1:15432", "local": "127.0.0.1:37502"}, "client": {"remote": "127.0.0.1:5432", "local": "127.0.0.1:53684"}, ...}` | +| `Hook.Params` | The input parameters. | map | `{"server": {"remote": "127.0.0.1:5432", "local": "127.0.0.1:53684"}, "client": {"remote": "127.0.0.1:15432", "local": "127.0.0.1:37502"}, ...}` | 1. `Hook.Name` (string) 2. `Hook.Priority` (string)