Skip to content

Commit

Permalink
release v0.106.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Belaytzev committed Jul 11, 2021
1 parent 5ad0f57 commit 12324d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions AdGuardHome.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bind_host: 0.0.0.0
bind_port: 80
beta_bind_port: 0
users:
- name: homeadguard
password: $2y$10$/NwRxjsTFpMyyJGrnrDgZ.BjS1lJtq6Yuu0Y1yJNPs4BO4MZMxZli
Expand All @@ -18,7 +19,7 @@ dns:
querylog_size_memory: 1000
anonymize_client_ip: false
protection_enabled: true
blocking_mode: default
blocking_mode: refused
blocking_ipv4: ""
blocking_ipv6: ""
blocked_response_ttl: 10
Expand All @@ -29,10 +30,7 @@ dns:
refuse_any: true
upstream_dns:
- tls://1.1.1.1 #Cloudflare Public DNS
- https://dns.cloudflare.com/dns-query #Cloudflare Public DNS
- https://doh.opendns.com/dns-query #Cisco Open DNS
- tls://dns10.quad9.net #Quad9 DNS
- https://dns10.quad9.net/dns-query #Quad9 DNS
upstream_dns_file: ""
bootstrap_dns:
- '1.1.1.1' #Cloudflare Public DNS
Expand All @@ -51,7 +49,7 @@ dns:
- hostname.bind
cache_size: 4194304
cache_ttl_min: 0
cache_ttl_max: 0
cache_ttl_max: 3600
bogus_nxdomain: []
aaaa_disabled: false
enable_dnssec: false
Expand All @@ -69,13 +67,16 @@ dns:
cache_time: 30
rewrites: []
blocked_services: []
customresolver: null
tls:
enabled: false
server_name: ""
force_https: false
port_https: 443
port_dns_over_tls: 853
port_dns_over_quic: 784
port_dnscrypt: 0
dnscrypt_config_file: ""
allow_unencrypted_doh: false
strict_sni_check: false
certificate_chain: ""
Expand Down Expand Up @@ -125,4 +126,4 @@ log_max_size: 100
log_max_age: 3
log_file: ""
verbose: false
schema_version: 7
schema_version: 7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adguard/adguardhome:v0.104.3
FROM adguard/adguardhome:v0.106.2

COPY AdGuardHome.yaml /opt/adguardhome/conf/AdGuardHome.yaml

Expand Down

0 comments on commit 12324d9

Please sign in to comment.