author | Luke Hoersten <luke@hoersten.org> |
Sat, 22 Jul 2023 15:50:07 -0500 | |
changeset 216 | 6c85835d4621 |
parent 134 | 484d4d6d24b0 |
child 226 | ce33bf94045f |
permissions | -rw-r--r-- |
50 | 1 |
--- |
2 |
||
134
484d4d6d24b0
Made adguard home admin port configurable.
Luke Hoersten <luke@hoersten.org>
parents:
54
diff
changeset
|
3 |
adguard_home_port: "80" |
50 | 4 |
adguard_home_arch: "arm" |
5 |
adguard_home_tar: "https://static.adguard.com/adguardhome/release/AdGuardHome_linux_{{adguard_home_arch}}.tar.gz" |
|
6 |
adguard_home_data_dir: "/var/lib/AdGuardHome" |
|
54
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
7 |
adguard_home_filters: |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
8 |
- url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
9 |
name: AdGuard Simplified Domain Names filter |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
10 |
id: 1 |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
11 |
- url: https://abp.oisd.nl |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
12 |
name: oisd.nl |
1ea4f1c7c675
Updated client templating in adguard.
Luke Hoersten <luke@hoersten.org>
parents:
50
diff
changeset
|
13 |
id: 2 |