Pull request: FAQ, Getting-Started: fmt, expand fedora section
Merge in DNS/adguard-home-wiki from 3281-fedora to master Squashed commit of the following: commit fc01968ebd9e4966fc90a39cd7af7dd77e681b26 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 16 19:42:50 2021 +0300 Getting-Started: fmt commit 98c90d63cbcdb1f151f74761bb9c6604f6480bb2 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 16 19:40:52 2021 +0300 FAW, Getting-Started: fmt, expand fedora section
parent
4205958404
commit
84995dc830
105
FAQ.md
105
FAQ.md
|
@ -6,9 +6,9 @@
|
|||
* [After installing AdGuard Home, how to change dashboard interface's address?](#webaddr)
|
||||
* [How to set up AdGuard Home as default DNS server?](#defaultdns)
|
||||
* [Are there any known limitations?](#limitations)
|
||||
* [Why am I getting "bind: address already in use" error when trying to install on Ubuntu?](#bindinuse)
|
||||
* [Why am I getting `bind: address already in use` error when trying to install on Ubuntu?](#bindinuse)
|
||||
* [How to configure a reverse proxy server for AdGuard Home?](#reverseproxy)
|
||||
* [How to fix “permission denied” errors on Fedora?](#fedora)
|
||||
* [How to fix `permission denied` errors on Fedora?](#fedora)
|
||||
* [How to uninstall AdGuard Home?](#uninstall)
|
||||
|
||||
|
||||
|
@ -208,92 +208,8 @@ edit the configuration file manually:
|
|||
|
||||
## <a href="#defaultdns" id="defaultdns" name="defaultdns">How to set up AdGuard Home as default DNS server?</a>
|
||||
|
||||
### Router
|
||||
|
||||
This setup will automatically cover all devices connected to your home router,
|
||||
and you won't need to configure each of them manually.
|
||||
|
||||
1. Open the preferences for your router. Usually, you can access it from your
|
||||
browser via a URL, such as <http://192.168.0.1/> or <http://192.168.1.1/>.
|
||||
You may be prompted to enter a password. If you don't remember it, you can
|
||||
often reset the password by pressing a button on the router itself, but be
|
||||
aware that if this procedure is chosen, you will probably lose the entire
|
||||
router configuration. If your router requires an app to set it up, please
|
||||
install the app on your phone or PC and use it to access the router’s
|
||||
settings.
|
||||
|
||||
1. Find the DHCP/DNS settings. Look for the DNS letters next to a field which
|
||||
allows two or three sets of numbers, each broken into four groups of one to
|
||||
three digits.
|
||||
|
||||
1. Enter your AdGuard Home server addresses there.
|
||||
|
||||
1. On some router types, a custom DNS server cannot be set up. In that case,
|
||||
setting up AdGuard Home as a DHCP server may help. Otherwise, you should
|
||||
check the router manual on how to customize DNS servers on your specific
|
||||
router model.
|
||||
|
||||
|
||||
|
||||
### Windows
|
||||
|
||||
1. Open Control Panel through Start menu or Windows search.
|
||||
|
||||
1. Go to Network and Internet category and then to Network and Sharing Center.
|
||||
|
||||
1. On the left side of the screen find “Change adapter settings” and click on
|
||||
it.
|
||||
|
||||
1. Select your active connection, right-click on it and choose Properties.
|
||||
|
||||
1. Find “Internet Protocol Version 4 (TCP/IPv4)” (or, for IPv6, “Internet
|
||||
Protocol Version 6 (TCP/IPv6)”) in the list, select it and then click on
|
||||
Properties again.
|
||||
|
||||
1. Choose “Use the following DNS server addresses” and enter your AdGuard Home
|
||||
server addresses.
|
||||
|
||||
|
||||
|
||||
### macOS
|
||||
|
||||
1. Click on Apple icon and go to System Preferences.
|
||||
|
||||
1. Click on Network.
|
||||
|
||||
1. Select the first connection in your list and click Advanced.
|
||||
|
||||
1. Select the DNS tab and enter your AdGuard Home server addresses.
|
||||
|
||||
|
||||
|
||||
### Android
|
||||
|
||||
1. From the Android Menu home screen, tap Settings.
|
||||
|
||||
1. Tap Wi-Fi on the menu. The screen listing all of the available networks
|
||||
will be shown (it is impossible to set custom DNS for mobile connection).
|
||||
|
||||
1. Long press the network you're connected to and tap Modify Network.
|
||||
|
||||
1. On some devices, you may need to check the box for Advanced to see further
|
||||
settings. To adjust your Android DNS settings, you will need to switch the
|
||||
IP settings from DHCP to Static.
|
||||
|
||||
1. Change set DNS 1 and DNS 2 values to your AdGuard Home server addresses.
|
||||
|
||||
|
||||
|
||||
### iOS
|
||||
|
||||
1. From the home screen, tap Settings.
|
||||
|
||||
1. Choose Wi-Fi in the left menu (it is impossible to configure DNS for mobile
|
||||
networks).
|
||||
|
||||
1. Tap on the name of the currently active network.
|
||||
|
||||
1. In the DNS field enter your AdGuard Home server addresses.
|
||||
See the [“Configuring Devices” section](Getting-Started#configure-devices) on
|
||||
the “Getting Started” page.
|
||||
|
||||
|
||||
|
||||
|
@ -443,9 +359,18 @@ AdGuard Home respond to DoH requests without TLS encryption.
|
|||
firewall-cmd --reload
|
||||
```
|
||||
|
||||
See [issue 765].
|
||||
If you are still getting `code=exited status=203/EXEC` or similar errors from
|
||||
`systemctl`, try uninstalling AdGuard Home and installing *directly* into
|
||||
`/usr/local/bin` by using the `-o` option of the install script:
|
||||
|
||||
[issue 765]: https://github.com/AdguardTeam/AdGuardHome/issues/765#issuecomment-752262353
|
||||
```sh
|
||||
curl -s -S -L 'https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh' | sh -s -- -o '/usr/local/bin' -v
|
||||
```
|
||||
|
||||
See [issue 765] and [issue 3281].
|
||||
|
||||
[issue 3281]: https://github.com/AdguardTeam/AdGuardHome/issues/3281
|
||||
[issue 765]: https://github.com/AdguardTeam/AdGuardHome/issues/765#issuecomment-752262353
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,56 +1,117 @@
|
|||
# AdGuard Home - Getting Started
|
||||
# AdGuard Home - Getting Started
|
||||
|
||||
In order to start using AdGuard Home, you need to do a few things:
|
||||
1. [Installation](#installation)
|
||||
1. [First Start](#first-time)
|
||||
1. [Running As A Service](#service)
|
||||
1. [Updating](#update)
|
||||
1. [Configuring Devices](#configure-devices)
|
||||
1. [Running Without Superuser (Linux Only)](#running-without-superuser)
|
||||
1. [Limitations](#limitations)
|
||||
|
||||
1. [Installation](#installation)
|
||||
2. [Running for the first time](#first-time)
|
||||
3. [Running as a service](#service)
|
||||
4. [How to update](#update)
|
||||
5. [Configure your devices](#configure-devices)
|
||||
6. [Running without superuser (linux only)](#running-without-superuser)
|
||||
7. [Limitations](#limitations)
|
||||
|
||||
<a id="installation"></a>
|
||||
## Installation
|
||||
|
||||
Download the archive with the binary file for your operating system from the [latest stable release](https://github.com/AdguardTeam/AdGuardHome/releases/latest).
|
||||
## <a href="#installation" id="installation" name="installation">Installation</a>
|
||||
|
||||
Download the archive with the binary file for your operating system from the
|
||||
[latest stable release page][releases].
|
||||
|
||||
We currently **officially** support the following operating systems:
|
||||
|
||||
* Linux: [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz), [32-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_386.tar.gz)
|
||||
* Linux ARM: [32-bit ARMv6](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz) (recommended for Raspberry Pi), [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm64.tar.gz), [32-bit ARMv5](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv5.tar.gz), [32-bit ARMv7](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv7.tar.gz)
|
||||
* Linux MIPS: [32-bit MIPS](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips_softfloat.tar.gz), [32-bit MIPSLE](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mipsle_softfloat.tar.gz), [64-bit MIPS](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips64_softfloat.tar.gz), [64-bit MIPSLE](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips64le_softfloat.tar.gz)
|
||||
* Windows: [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_windows_amd64.zip), [32-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_windows_386.zip)
|
||||
* MacOS: [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_darwin_amd64.zip), [32-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_darwin_386.zip)
|
||||
* FreeBSD: [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_amd64.tar.gz), [32-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_386.tar.gz)
|
||||
* FreeBSD ARM: [64-bit](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_arm64.tar.gz), [32-bit ARMv5](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv5.tar.gz), [32-bit ARMv6](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv6.tar.gz), [32-bit ARMv7](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv7.tar.gz)
|
||||
* Linux:
|
||||
|
||||
> **MacOS 10.15 Catalina** or newer: please note, that on MacOS Catalina it is recommended to place AdGuard Home directory to the "Applications" directory.
|
||||
**Fedora** and its derivatives: install AdGuard Home into the
|
||||
`/usr/local/bin` directory. Otherwise it may cause issues with SELinux and
|
||||
permissions. See [issue 765] and [issue 3281].
|
||||
|
||||
> AdGuard Home can work on other operating systems as well (for instance, it can work on devices with MIPS CPU), but we need your help with testing it.
|
||||
* [AMD64](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz);
|
||||
* [x86](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_386.tar.gz);
|
||||
* [64-bit ARM](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm64.tar.gz);
|
||||
* [32-bit ARMv5](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv5.tar.gz);
|
||||
* [32-bit ARMv6](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz) (recommended for Raspberry Pi);
|
||||
* [32-bit ARMv7](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv7.tar.gz);
|
||||
* [64-bit MIPS](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips64_softfloat.tar.gz);
|
||||
* [64-bit MIPS LE](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips64le_softfloat.tar.gz);
|
||||
* [32-bit MIPS](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mips_softfloat.tar.gz);
|
||||
* [32-bit MIPS LE](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mipsle_softfloat.tar.gz);
|
||||
* [64-bit PowerPC LE](https://static.adguard.com/adguardhome/release/AdGuardHome_linux_ppc64le.tar.gz);
|
||||
|
||||
Other options:
|
||||
* Windows:
|
||||
|
||||
* (Official) [AdGuard Home docker image](https://hub.docker.com/r/adguard/adguardhome)
|
||||
* (Official) You can get AdGuard Home from the [Snap Store](https://snapcraft.io/adguard-home) (Linux App Store)
|
||||
* (Maintained by @frenck) Home Assistant add-on: https://github.com/hassio-addons/addon-adguard-home
|
||||
* (Maintained by @kongfl888) OpenWrt LUCI app: https://github.com/kongfl888/luci-app-adguardhome
|
||||
* (Maintained by @graysky2) [Arch Linux](https://www.archlinux.org/), [Arch ARM](https://archlinuxarm.org/), and other Arch-based clones, may build via [adguardhome](https://aur.archlinux.org/packages/adguardhome/) in the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository).
|
||||
* (Maintained by @gramakri) Cloudron app: https://git.cloudron.io/cloudron/adguard-home-app
|
||||
* [AMD64](https://static.adguard.com/adguardhome/release/AdGuardHome_windows_amd64.zip);
|
||||
* [x86](https://static.adguard.com/adguardhome/release/AdGuardHome_windows_386.zip).
|
||||
|
||||
* MacOS:
|
||||
|
||||
**MacOS 10.15 Catalina** or newer: please note, that on MacOS Catalina it is
|
||||
recommended to place AdGuard Home directory to the `/Applications`
|
||||
directory.
|
||||
|
||||
* [AMD64](https://static.adguard.com/adguardhome/release/AdGuardHome_darwin_amd64.zip);
|
||||
* [64-bit ARM](https://static.adguard.com/adguardhome/release/AdGuardHome_darwin_arm64.zip).
|
||||
|
||||
* FreeBSD:
|
||||
|
||||
* [AMD64](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_amd64.tar.gz);
|
||||
* [x86](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_386.tar.gz);
|
||||
* [64-bit ARM](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_arm64.tar.gz);
|
||||
* [32-bit ARMv5](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv5.tar.gz);
|
||||
* [32-bit ARMv6](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv6.tar.gz);
|
||||
* [32-bit ARMv7](https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_armv7.tar.gz).
|
||||
|
||||
* OpenBSD:
|
||||
|
||||
* [AMD64](https://static.adguard.com/adguardhome/release/AdGuardHome_openbsd_amd64.tar.gz);
|
||||
* [64-bit ARM](https://static.adguard.com/adguardhome/release/AdGuardHome_openbsd_arm64.tar.gz);
|
||||
|
||||
Other official options:
|
||||
|
||||
* [AdGuard Home docker image][docker].
|
||||
|
||||
* You can get AdGuard Home from the [Snap Store][snap] (an app store for
|
||||
Ubuntu and relates OSes).
|
||||
|
||||
Other unofficial options:
|
||||
|
||||
* (Maintained by @frenck) [Home Assistant add-on][has].
|
||||
|
||||
* (Maintained by @kongfl888) [OpenWrt LUCI app][luci].
|
||||
|
||||
* (Maintained by @graysky2) [Arch Linux][arch], [Arch Linux ARM][archarm], and
|
||||
other Arch-based OSes, may build via the [`adguardhome` package][aghaur] in
|
||||
the [AUR][aur].
|
||||
|
||||
* (Maintained by @gramakri) [Cloudron app][cloudron].
|
||||
|
||||
[aghaur]: https://aur.archlinux.org/packages/adguardhome/
|
||||
[arch]: https://www.archlinux.org/
|
||||
[archarm]: https://archlinuxarm.org/
|
||||
[aur]: https://wiki.archlinux.org/index.php/Arch_User_Repository
|
||||
[cloudron]: https://git.cloudron.io/cloudron/adguard-home-app
|
||||
[docker]: https://hub.docker.com/r/adguard/adguardhome
|
||||
[has]: https://github.com/hassio-addons/addon-adguard-home
|
||||
[issue 3281]: https://github.com/AdguardTeam/AdGuardHome/issues/3281
|
||||
[issue 765]: https://github.com/AdguardTeam/AdGuardHome/issues/765#issuecomment-752262353
|
||||
[luci]: https://github.com/kongfl888/luci-app-adguardhome
|
||||
[releases]: https://github.com/AdguardTeam/AdGuardHome/releases/latest
|
||||
[snap]: https://snapcraft.io/adguard-home
|
||||
|
||||
|
||||
<a id="first-time"></a>
|
||||
## Running for the first time
|
||||
|
||||
DNS works on port 53, which requires superuser privileges. Therefore, you need to run it with `sudo` in terminal:
|
||||
## <a href="#first-time" id="first-time" name="first-time">First Start</a>
|
||||
|
||||
```bash
|
||||
DNS servers bind to port 53, which requires superuser privileges most of the
|
||||
time ([see below](#running-without-superuser). Therefore, on unix systems you
|
||||
need to run it with `sudo` or `doas` in terminal:
|
||||
|
||||
```sh
|
||||
sudo ./AdGuardHome
|
||||
```
|
||||
|
||||
> On Windows, you will need to run `cmd.exe` with admin privileges and run `AdGuardHome.exe` from there.
|
||||
On Windows, run `cmd.exe` with admin privileges and run `AdGuardHome.exe` from
|
||||
there.
|
||||
|
||||
When you run AdGuard Home for the first time, it will start listening to `0.0.0.0:3000` and prompt you to open it in your browser:
|
||||
When you run AdGuard Home for the first time, it starts listening to
|
||||
`0.0.0.0:3000` and prompts you to open it in your browser:
|
||||
|
||||
```
|
||||
AdGuard Home is available on the following addresses:
|
||||
|
@ -64,101 +125,172 @@ There you will go through the initial configuration wizard.
|
|||
|
||||
![](https://user-images.githubusercontent.com/5947035/53299876-3ee1c280-3851-11e9-81da-a5126729ff2e.png)
|
||||
|
||||
<a id="service"></a>
|
||||
## Running as a service
|
||||
|
||||
The next step would be to register AdGuard Home as a system service on Windows, Linux/(systemd | Upstart | SysV), or OSX/Launchd.
|
||||
|
||||
Run `sudo ./AdGuardHome -s install` to install AdGuard Home as a system service.
|
||||
## <a href="#service" id="service" name="service">Running As A Service</a>
|
||||
|
||||
> On Windows run `cmd.exe` with admin privileges and run `AdGuardHome.exe -s install` to register a windows service.
|
||||
The next step would be to register AdGuard Home as a system service (aka
|
||||
daemon). To install AdGuard Home as a service, run:
|
||||
|
||||
Here are the other commands you might need to control the service.
|
||||
```sh
|
||||
sudo ./AdGuardHome -s install
|
||||
```
|
||||
|
||||
* `AdGuardHome -s uninstall` - uninstalls the AdGuard Home service.
|
||||
* `AdGuardHome -s start` - starts the service.
|
||||
* `AdGuardHome -s stop` - stops the service.
|
||||
* `AdGuardHome -s restart` - restarts the service.
|
||||
* `AdGuardHome -s status` - shows the current service status.
|
||||
On Windows, run `cmd.exe` with admin privileges and run `AdGuardHome.exe -s
|
||||
install` to register a windows service.
|
||||
|
||||
> ### Logs
|
||||
> By default, the log is written to stderr when you run AdGuard Home as a console application.
|
||||
>
|
||||
> If you run it as a service/daemon, the log output depends on the platform:
|
||||
>
|
||||
> * Linux: the log is written to syslog.
|
||||
> * MacOS: the log is written to /var/log/AdGuardHome.*.log files.
|
||||
> * Windows: the log is written to the Windows event log.
|
||||
>
|
||||
> You can redefine this behavior in the AdGuard Home [configuration file](Configuration).
|
||||
Here are the other commands you might need to control the service:
|
||||
|
||||
<a id="update"></a>
|
||||
## How to update
|
||||
* `AdGuardHome -s uninstall`: Uninstall the AdGuard Home service.
|
||||
* `AdGuardHome -s start`: Start the service.
|
||||
* `AdGuardHome -s stop`: Stop the service.
|
||||
* `AdGuardHome -s restart`: Restart the service.
|
||||
* `AdGuardHome -s status`: Show the current service status.
|
||||
|
||||
### Logs
|
||||
|
||||
By default, the log is written to stderr when you run AdGuard Home as a console
|
||||
application. If you run it as a service, the log output depends on the
|
||||
platform:
|
||||
|
||||
* On MacOS, the log is written to `/var/log/AdGuardHome.*.log` files.
|
||||
|
||||
* On other unixes, the log is written to `syslog` or `journald`.
|
||||
|
||||
* On Windows, the log is written to the Windows event log.
|
||||
|
||||
You can change this behavior in the AdGuard Home [configuration
|
||||
file](Configuration).
|
||||
|
||||
|
||||
|
||||
## <a href="#update" id="update" name="update">Updating</a>
|
||||
|
||||
![](images/autoupdate-available.png)
|
||||
|
||||
When a new version is released, AdGuard Home's UI shows a notification message and 'Update Now' button. Simply click on this button and AdGuard Home will be automatically upgraded to the latest version. Your current AdGuard Home executable file is saved inside 'backup' directory along with the current configuration file, so you can revert the changes, if necessary.
|
||||
When a new version is released, AdGuard Home's UI shows a notification message
|
||||
and the “Update Now” button. Just click on this button, and AdGuard Home will
|
||||
be automatically upgraded to the latest version. Your current AdGuard Home
|
||||
executable file is saved inside the `backup` directory along with the current
|
||||
configuration file, so you can revert the changes, if necessary.
|
||||
|
||||
In case the button isn't shown or an automatic update has failed, you can upgrade manually:
|
||||
In case the button isn't shown or an automatic update has failed, you can
|
||||
upgrade manually:
|
||||
|
||||
1. Download the new AdGuard Home package.
|
||||
2. Unpack it to a temporary directory.
|
||||
3. Replace the old AdGuard Home executable file with the new one.
|
||||
4. Restart AdGuard Home.
|
||||
|
||||
### Docker and Hass.io updates
|
||||
1. Unpack it to a temporary directory.
|
||||
|
||||
Auto-updates for Docker and Hass.io are disabled.
|
||||
1. Replace the old AdGuard Home executable file with the new one.
|
||||
|
||||
1. Restart AdGuard Home.
|
||||
|
||||
|
||||
<a id="configure-devices"></a>
|
||||
## How to configure your devices
|
||||
|
||||
### Router
|
||||
### Docker And Hass.io Updates
|
||||
|
||||
This setup will automatically cover all the devices connected to your home router, and you will not need to configure each of them manually.
|
||||
Auto-updates for Docker and Hass.io installations are disabled.
|
||||
|
||||
1. Open the preferences for your router. Usually, you can access it from your browser via a URL (like http://192.168.0.1/ or http://192.168.1.1/). You may be asked to enter the password. If you don’t remember it, you can often reset the password by pressing a button on the router itself. Some routers require a specific application, which in that case should be already installed on your computer/phone.
|
||||
2. Find the DHCP/DNS settings. Look for the ’DNS’ letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three digits.
|
||||
3. Enter your AdGuard Home server addresses there.
|
||||
|
||||
### Android
|
||||
|
||||
1. From the Android Menu home screen, tap ’Settings’
|
||||
2. Tap Wi-Fi on the menu. This will show a list of all of the available networks (it is impossible to set custom DNS for mobile connection)
|
||||
3. Long press the network you’re connected to, and tap ’Modify Network’
|
||||
4. On some devices, you may need to check the box for ’Advanced’ to see further settings. To adjust your Android DNS settings, you will need to switch the IP settings from ’DHCP’ to ’Static.’
|
||||
5. Change ’DNS 1′ and ’DNS 2′ values to your AdGuard Home address.
|
||||
## <a href="#configure-devices" id="configure-devices" name="configure-devices">Configuring Devices</a>
|
||||
|
||||
### iOS
|
||||
### Router
|
||||
|
||||
1. From the home screen, tap ’Settings’
|
||||
2. Choose ’Wi-Fi’ in the left menu (it is impossible to configure DNS for mobile networks)
|
||||
3. Tap on the name of the currently active network
|
||||
4. In the ’DNS’ field enter your AdGuard Home address
|
||||
This setup will automatically cover all devices connected to your home router,
|
||||
and you won't need to configure each of them manually.
|
||||
|
||||
### macOS
|
||||
1. Open the preferences for your router. Usually, you can access it from your
|
||||
browser via a URL, such as <http://192.168.0.1/> or <http://192.168.1.1/>.
|
||||
You may be prompted to enter a password. If you don't remember it, you can
|
||||
often reset the password by pressing a button on the router itself, but be
|
||||
aware that if this procedure is chosen, you will probably lose the entire
|
||||
router configuration. If your router requires an app to set it up, please
|
||||
install the app on your phone or PC and use it to access the router’s
|
||||
settings.
|
||||
|
||||
1. Click on Apple icon and go to ’System Preferences.’
|
||||
2. Click on ’Network’
|
||||
3. Select the first connection in your list and click ’Advanced.’
|
||||
4. Select the ’DNS’ tab and add the address of your AdGuard Home.
|
||||
1. Find the DHCP/DNS settings. Look for the DNS letters next to a field which
|
||||
allows two or three sets of numbers, each broken into four groups of one to
|
||||
three digits.
|
||||
|
||||
### Windows
|
||||
1. Enter your AdGuard Home server addresses there.
|
||||
|
||||
1. Open Control Panel through ’Start’ menu or Windows search.
|
||||
2. Go to ’Network and Internet’ category and then to ’Network and Sharing Center.’
|
||||
3. On the left side of the screen find ’Change adapter settings’ and click on it.
|
||||
4. Select your active connection, right-click on it and choose ’Properties.’
|
||||
5. Find ’Internet Protocol Version 4 (TCP/IP)’ in the list, select it and then click on ’Properties’ again.
|
||||
5. Choose ’Use the following DNS server addresses’ and enter your AdGuard Home address there.
|
||||
1. On some router types, a custom DNS server cannot be set up. In that case,
|
||||
setting up AdGuard Home as a DHCP server may help. Otherwise, you should
|
||||
check the router manual on how to customize DNS servers on your specific
|
||||
router model.
|
||||
|
||||
<a id="running-without-superuser"></a>
|
||||
## Running without superuser (Linux only)
|
||||
|
||||
You can run AdGuard Home without superuser privileges, but you need to either grant the binary a capability (on Linux) or instruct it to use a different port (all platforms).
|
||||
|
||||
#### Granting the necessary capabilities
|
||||
### Windows
|
||||
|
||||
1. Open Control Panel through Start menu or Windows search.
|
||||
|
||||
1. Go to Network and Internet category and then to Network and Sharing Center.
|
||||
|
||||
1. On the left side of the screen find “Change adapter settings” and click on
|
||||
it.
|
||||
|
||||
1. Select your active connection, right-click on it and choose Properties.
|
||||
|
||||
1. Find “Internet Protocol Version 4 (TCP/IPv4)” (or, for IPv6, “Internet
|
||||
Protocol Version 6 (TCP/IPv6)”) in the list, select it and then click on
|
||||
Properties again.
|
||||
|
||||
1. Choose “Use the following DNS server addresses” and enter your AdGuard Home
|
||||
server addresses.
|
||||
|
||||
|
||||
|
||||
### macOS
|
||||
|
||||
1. Click on Apple icon and go to System Preferences.
|
||||
|
||||
1. Click on Network.
|
||||
|
||||
1. Select the first connection in your list and click Advanced.
|
||||
|
||||
1. Select the DNS tab and enter your AdGuard Home server addresses.
|
||||
|
||||
|
||||
|
||||
### Android
|
||||
|
||||
1. From the Android Menu home screen, tap Settings.
|
||||
|
||||
1. Tap Wi-Fi on the menu. The screen listing all of the available networks
|
||||
will be shown (it is impossible to set custom DNS for mobile connection).
|
||||
|
||||
1. Long press the network you're connected to and tap Modify Network.
|
||||
|
||||
1. On some devices, you may need to check the box for Advanced to see further
|
||||
settings. To adjust your Android DNS settings, you will need to switch the
|
||||
IP settings from DHCP to Static.
|
||||
|
||||
1. Change set DNS 1 and DNS 2 values to your AdGuard Home server addresses.
|
||||
|
||||
|
||||
|
||||
### iOS
|
||||
|
||||
1. From the home screen, tap Settings.
|
||||
|
||||
1. Choose Wi-Fi in the left menu (it is impossible to configure DNS for mobile
|
||||
networks).
|
||||
|
||||
1. Tap on the name of the currently active network.
|
||||
|
||||
1. In the DNS field enter your AdGuard Home server addresses.
|
||||
|
||||
|
||||
|
||||
## <a href="#running-without-superuser" id="running-without-superuser" name="running-without-superuser">Running Without Superuser (Linux Only)</a>
|
||||
|
||||
You can run AdGuard Home without superuser privileges, but you need to either
|
||||
grant the binary a capability (on Linux) or instruct it to use a different port
|
||||
(all platforms).
|
||||
|
||||
### Granting The Necessary Capabilities
|
||||
|
||||
Using this method requires the `setcap` utility. You may need to install it
|
||||
using your Linux distribution's package manager.
|
||||
|
@ -172,34 +304,42 @@ sudo setcap 'CAP_NET_BIND_SERVICE=+eip CAP_NET_RAW=+eip' ./AdGuardHome
|
|||
|
||||
Then run `./AdGuardHome` as a unprivileged user.
|
||||
|
||||
#### Changing the DNS listen port
|
||||
|
||||
To configure AdGuard Home to listen on a port that does not require superuser privileges, edit `AdGuardHome.yaml` and find these two lines:
|
||||
|
||||
### Changing The DNS Listen Port
|
||||
|
||||
To configure AdGuard Home to listen on a port that does not require superuser
|
||||
privileges, stop AdGuard Home, open `AdGuardHome.yaml` in your editor, and find
|
||||
these lines:
|
||||
|
||||
```yaml
|
||||
dns:
|
||||
port: 53
|
||||
```
|
||||
|
||||
You can change port 53 to anything above 1024 to avoid requiring superuser privileges.
|
||||
|
||||
If the file does not exist, create it in the same folder, type these two lines down and save.
|
||||
You can change the port to anything above 1024 to avoid requiring superuser
|
||||
privileges. If the file does not exist, create it in the same folder, type
|
||||
these two lines down and save.
|
||||
|
||||
|
||||
<a id="limitations"></a>
|
||||
## Limitations
|
||||
|
||||
### Doesn't work on some file systems
|
||||
## <a href="#limitations" id="limitations" name="limitations">Limitations</a>
|
||||
|
||||
Some file systems don't support `mmap()` system call that Statistics module requires (more details here: https://github.com/AdguardTeam/AdGuardHome/issues/1188).
|
||||
Some file systems don't support the `mmap(2)` system call that the statistics
|
||||
system requires. See also [issue 1188].
|
||||
|
||||
You can resolve this issue:
|
||||
|
||||
* by supplying `--work-dir DIRECTORY` arguments to `AdGuardHome` binary. This option will tell AGH to use another directory for all its files (by default it's set to `./data`).
|
||||
* either by supplying the `--work-dir DIRECTORY` arguments to `AdGuardHome`
|
||||
binary. This option will tell AGH to use another directory for all its files
|
||||
instead of the default `./data` directory.
|
||||
|
||||
* or you can create symbolic links pointing to another file system that supports `mmap()` (e.g. tmpfs):
|
||||
* or by creating symbolic links pointing to another file system that supports
|
||||
`mmap(2)` (e.g. tmpfs):
|
||||
|
||||
```sh
|
||||
ln -s ${YOUR_AGH_PATH}/data/stats.db /tmp/stats.db
|
||||
ln -s ${YOUR_AGH_PATH}/data/sessions.db /tmp/sessions.db
|
||||
```
|
||||
ln -s <YOUR_AGH_PATH>/data/stats.db /tmp/stats.db
|
||||
ln -s <YOUR_AGH_PATH>/data/sessions.db /tmp/sessions.db
|
||||
```
|
||||
|
||||
[issue 1188]: https://github.com/AdguardTeam/AdGuardHome/issues/1188
|
||||
|
|
Loading…
Reference in New Issue