Adguard: Re-enable DoT + 443
This commit is contained in:
parent
808ca25642
commit
baf7f43980
2 changed files with 9 additions and 1 deletions
|
@ -32,3 +32,11 @@ listen ssh
|
|||
mode tcp
|
||||
option tcplog
|
||||
server mailcow mailcow.incus:14190 send-proxy
|
||||
|
||||
# Adguard
|
||||
listen adguard-dot
|
||||
bind :853
|
||||
bind :::853 v6only
|
||||
mode tcp
|
||||
option tcplog
|
||||
server adguard adguard.incus:10853 send-proxy
|
||||
|
|
|
@ -65,7 +65,7 @@ backend adguard
|
|||
http-response set-header X-Content-Type-Options "nosniff"
|
||||
http-response set-header Referrer-Policy "strict-origin-when-cross-origin"
|
||||
http-response set-header Cross-Origin-Resource-Policy "same-origin"
|
||||
server adguard adguard.incus:80 check
|
||||
server adguard adguard.incus:443 check
|
||||
|
||||
backend vaultwarden
|
||||
# set HSTS for one year after all responses
|
||||
|
|
Loading…
Add table
Reference in a new issue