From 8d4d0723436ca70302fb1f9a149ea9423017c6a7 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Mon, 30 Sep 2024 15:45:46 -0400 Subject: [PATCH] fix readme backticks for telnet command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2730f3e..da2ba88 100644 --- a/readme.md +++ b/readme.md @@ -217,7 +217,7 @@ Assuming the agent is running, the connection is probably being blocked by a fir 1. Add an inbound rule to the agent system's firewall(s) to allow TCP connections to the port. Check any active firewalls, like iptables, and your cloud provider's firewall settings if applicable. 2. Alternatively, use software like [Cloudflare Tunnel](https://www.cloudflare.com/products/tunnel/), [WireGuard](https://www.wireguard.com/), or [Tailscale](https://tailscale.com/) to securely bypass your firewall. -You can test connectivity by running telnet ` `. +You can test connectivity by running `telnet `. ### Connecting the hub and agent on the same system using Docker