add a note on the hairpin issue

This commit is contained in:
Ammar Hussein 2025-05-11 21:37:57 -07:00
parent 4c106ad9e7
commit 6302d7015c

View File

@ -79,13 +79,7 @@ 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.
On your local machine be sure to add your domain and all relevant subdomains in future steps to your `/etc/hosts` file. For example:
```
116.203.211.204 example.com
116.203.211.204 foo.example.com
116.203.211.204 bar.example.com
```
Warning: If the you are in the same local netwrok 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?"