Skip to content

Commit

Permalink
fix(gluetun): fully disable DOT
Browse files Browse the repository at this point in the history
It is not reliable? See qdm12/gluetun#2533 maybe.
  • Loading branch information
jfroy committed Nov 10, 2024
1 parent bf1de7e commit d5a1c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubernetes/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054
DOT: off
DOT_CACHING: off
DOT_IPV6: off
FIREWALL_DEBUG: on
FIREWALL_INPUT_PORTS: "80,9999"
HEALTH_SERVER_ADDRESS: ":9999"
Expand Down
4 changes: 3 additions & 1 deletion kubernetes/apps/default/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ spec:
tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2
env:
BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054
DOT_IPV6: on
DOT: off
DOT_CACHING: off
DOT_IPV6: off
FIREWALL_DEBUG: on
FIREWALL_INPUT_PORTS: "80,9999"
HEALTH_SERVER_ADDRESS: ":9999"
Expand Down

0 comments on commit d5a1c65

Please sign in to comment.