1
0
Fork 0
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:
OniriCorpe 2023-07-28 19:57:41 +02:00 committed by GitHub
commit 2cdfe13215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -46,4 +46,5 @@ jobs:
title: 'Upgrade to version ${{ env.VERSION }}'
body: |
Upgrade to v${{ env.VERSION }}
Changelog: https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}
draft: false

View file

@ -118,11 +118,12 @@ dhcp:
ra_slaac_only: false
ra_allow_slaac: false
clients: []
log_compress: false
log_localtime: false
log_max_backups: 0
log_max_size: 100
log_max_age: 3
log_file: ""
log:
compress: false
localtime: false
max_backups: 0
max_size: 100
max_age: 3
file: ""
verbose: false
schema_version: 10

View file

@ -19,7 +19,7 @@ location __PATH__/ {
}
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_redirect off;
proxy_buffering on;