+ Configuration: add section 'Configuring clients friendly names'

Simon Zolin 2019-03-21 14:08:10 +03:00
parent d222555501
commit 57aaee2da0
2 changed files with 22 additions and 1 deletions

@ -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). * `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. * `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. 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.

BIN
top-clients-names.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB