From 6cdcf3a7f47d150170066b28c7f46b0a33b9aa7c Mon Sep 17 00:00:00 2001 From: cyrnel Date: Mon, 15 Sep 2025 15:47:14 -0400 Subject: [PATCH] Move warning into warning box --- docs/operators/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 2877b7f..c92972f 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -75,7 +75,9 @@ Your entries in your DNS provider setup might look like the following. Where `116.203.211.204` can be replaced with the IP address of your server. -Warning: If the you are in the same local network as the server, you might run into [NAT Hairpin](https://superuser.com/questions/663820/port-forwarding-from-inner-network-to-inner-network-hairpin-nat) issues. +!!! warning Beware local network pitfalls! + + If you are in the same local network as the server, you might run into [NAT Hairpin](https://superuser.com/questions/663820/port-forwarding-from-inner-network-to-inner-network-hairpin-nat) issues. ??? question "How do I know my DNS is working?"