Add more general info on how to create a local domain

This commit is contained in:
likeitneverwentaway 2017-01-18 06:39:49 +01:00 committed by GitHub
parent 4c4e2617a4
commit 06dc5aa4a7

View file

@ -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
```
```