diff --git a/Configuration.md b/Configuration.md index fcf84a6..8119044 100644 --- a/Configuration.md +++ b/Configuration.md @@ -78,4 +78,25 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib * `log_file` — Path to the log file. If empty, writes to stdout, if `syslog` -- system log (or eventlog on Windows). * `verbose` — Enable our disables debug verbose output. -Removing an entry from settings file will reset it to the default value. Deleting the file will reset all settings to the default values. \ No newline at end of file +Removing an entry from settings file will reset it to the default value. Deleting the file will reset all settings to the default values. + +## Configuring clients friendly names + +It may be useful to set up a friendly name for each IP address that clients use to connect to AdGuard Home. To do this, follow these steps: + +1. Open `/etc/hosts` file in your text editor and add a name for each IP address, for example: + + 192.168.0.2 Mom + 192.168.0.3 Dad + 192.168.0.4 Sister + 192.168.0.5 Brother + + Note that on Windows file path to "hosts" file is different: `c:\windows\system32\drivers\etc\hosts` + +2. Restart AdGuard Home + +As a result you will see that the clients names are now shown: + +![](top-clients-names.png) + +In the future, we plan to add more configuration options in this area. diff --git a/top-clients-names.png b/top-clients-names.png new file mode 100644 index 0000000..67d985e Binary files /dev/null and b/top-clients-names.png differ