From 65851920d126afa3487d22ff5a21fe71461de289 Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Tue, 18 May 2021 07:26:13 -0500 Subject: [PATCH] Update readme formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77a16b0..35fefd9 100644 --- a/README.md +++ b/README.md @@ -467,11 +467,11 @@ Most game query protocols require a UDP request and response. This means that in Some examples include: * Docker containers - * You may need to run the container in `--network host` mode so that gamedig can bind a UDP listen port + * You may need to run the container in `--network host` mode so that gamedig can bind a UDP listen port * replit - * Most online IDEs run in an isolated container, which will never receive UDP responses from outside networks. + * Most online IDEs run in an isolated container, which will never receive UDP responses from outside networks. * Various VPS / server providers - * Even if your server provider doesn't explicitly block incoming UDP packets, some server hosts block other server hosts from connecting to them for DDOS-mitigation and anti-botting purposes. + * Even if your server provider doesn't explicitly block incoming UDP packets, some server hosts block other server hosts from connecting to them for DDOS-mitigation and anti-botting purposes. Important note about gamedig in the browser ---