mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Merge branch 'testing' into ci-auto-update-v0.107.35
This commit is contained in:
commit
2cdfe13215
3 changed files with 9 additions and 7 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -46,4 +46,5 @@ jobs:
|
||||||
title: 'Upgrade to version ${{ env.VERSION }}'
|
title: 'Upgrade to version ${{ env.VERSION }}'
|
||||||
body: |
|
body: |
|
||||||
Upgrade to v${{ env.VERSION }}
|
Upgrade to v${{ env.VERSION }}
|
||||||
|
Changelog: https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -118,11 +118,12 @@ dhcp:
|
||||||
ra_slaac_only: false
|
ra_slaac_only: false
|
||||||
ra_allow_slaac: false
|
ra_allow_slaac: false
|
||||||
clients: []
|
clients: []
|
||||||
log_compress: false
|
log:
|
||||||
log_localtime: false
|
compress: false
|
||||||
log_max_backups: 0
|
localtime: false
|
||||||
log_max_size: 100
|
max_backups: 0
|
||||||
log_max_age: 3
|
max_size: 100
|
||||||
log_file: ""
|
max_age: 3
|
||||||
|
file: ""
|
||||||
verbose: false
|
verbose: false
|
||||||
schema_version: 10
|
schema_version: 10
|
|
@ -19,7 +19,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /dns-query {
|
location /dns-query {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_buffering on;
|
proxy_buffering on;
|
||||||
|
|
Loading…
Add table
Reference in a new issue