You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ A Puppet module for installing and managing AdGuard Home
5
5
# Module description
6
6
This module will install and configure AdGuard Home on a node, it largely uses the defaults provided by AdGuard Home in a typical installation.
7
7
This module manages AdGuard by manipulating the `AdGuardHome.yaml` file.
8
-
There are some features that are not yet working in this module, see the [Known Limitations](#know-limitations) sections for more information.
9
8
10
9
This module has been tested on the following platforms:
11
10
- Ubuntu 20.04
@@ -151,7 +150,7 @@ class {'adguard':
151
150
```
152
151
This will stop Puppet from modifing the configuration file and allow AdGuard to manage the file.
153
152
154
-
You may also wish to disable configuration file managment if you prefer to use to the WebUI to configure AdGuard, or you wish to use one of the [unsupported features](#unsupported-features).
153
+
You may also wish to disable configuration file managment if you prefer to use to the WebUI to configure AdGuard, or you wish to manage AdGuard's configuration manually.
155
154
156
155
**Note**: *Puppet will create the configuration file if it is missing with the values you have specified in your manifests and/or hiera.*
157
156
@@ -160,7 +159,3 @@ If your configuration file has been overwritten Puppet will back it up before ov
160
159
## Systemd/Resolvd and AdGuard
161
160
By default Resolvd will claim port `53` for `DNSStubListener` meaning AdGuard will fail to start when bound to port 53.
162
161
In these cases this module will disable `DNSStubListener` in `/etc/systemd/resolved.conf` which **WILL BREAK** local DNS lookups if AdGuard is ever removed and the setting is not changed back manually.
0 commit comments