From 8c24030f6d78e80665b55df3402c9f5ba4c6afef Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Oct 2024 14:22:16 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 835c681..5c5bd98 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,9 @@ Both networks are provided DNS and DHCP services by the `ns` CT. Services on both networks are connected to the outside world (WAN) via a NAT router implemented by the `gate` CT (`iptables`). -The `gate` CT also implements a reverse proxy (`traefik`), routing requests -from the WAN ($WAN_IP) to appropriate service CT's on the LAN. +The `gate` CT also implements a reverse proxy ([`traefik`](https://traefik.io/traefik/)), +routing requests from the WAN (`$WAN_IP`) to appropriate service CT's on +the LAN. Services expose their administration interfaces only on the ADMIN network when possible.