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 }}' 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

View file

@ -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

View file

@ -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;