From 58d37566bf43efedd57e5b5750d2d4952c8292bb Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Wed, 16 Mar 2022 13:30:26 -0600 Subject: [PATCH] doc(README): Cosmetic change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bca2797..7328848 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ GoCast supports consul for automatic service discovery and healthchecking. For t If `gocast_monitor=consul` is specified, then GoCast uses the defined healthchecks in consul as the health monitors for the service. -If `gocast_nat=protocol:listenPort:destinationPort` is specified, then GoCast will create NAT rules, via iptables, and map traffic destined to the assigned VIP and the specified `listenport` to the physical IP and `destinationport`. +If `gocast_nat=protocol:listenPort:destinationPort` is specified, then GoCast will create NAT rules, via iptables, and map traffic destined to the assigned VIP and the specified `listenPort` to the physical IP and `destinationPort`. Example: `gocast_nat=tcp:53:8053` and `gocast_nat=udp:53:8053`