diff --git a/dns_local_network.md b/dns_local_network.md index d66475f1..7cbb5975 100644 --- a/dns_local_network.md +++ b/dns_local_network.md @@ -18,6 +18,9 @@ You may retrieve your server private IP adress through different means: - Or using your router or internet box, depending on model. ## Configure DNS of Internet box or router + +The goal here is to create a network wide redirection handled by your router. The idea is to create a DNS redirection to your server's IP. You should access your router's configuration and look for DNS configuration, then add a redirection to your server's IP (e.g. redirect "yunohot.local" to 192.168.1.21). + ### SFR Box If you haven't found your server private IP, you may find it using the SFR box admin panel: Go to Network tab > General @@ -41,4 +44,4 @@ Add a line at the end of the file containing your server private IP followed by ```bash 192.168.1.62 domain.tld -``` \ No newline at end of file +```