Adguard: Remove DOT, use port 80
This commit is contained in:
parent
a2a03018ce
commit
808ca25642
2 changed files with 1 additions and 9 deletions
|
@ -32,11 +32,3 @@ listen ssh
|
||||||
mode tcp
|
mode tcp
|
||||||
option tcplog
|
option tcplog
|
||||||
server mailcow mailcow.incus:14190 send-proxy
|
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 X-Content-Type-Options "nosniff"
|
||||||
http-response set-header Referrer-Policy "strict-origin-when-cross-origin"
|
http-response set-header Referrer-Policy "strict-origin-when-cross-origin"
|
||||||
http-response set-header Cross-Origin-Resource-Policy "same-origin"
|
http-response set-header Cross-Origin-Resource-Policy "same-origin"
|
||||||
server adguard adguard.incus:3000 check
|
server adguard adguard.incus:80 check
|
||||||
|
|
||||||
backend vaultwarden
|
backend vaultwarden
|
||||||
# set HSTS for one year after all responses
|
# set HSTS for one year after all responses
|
||||||
|
|
Loading…
Add table
Reference in a new issue