Skip to content

Commit d5a1c65

Browse files
committed
fix(gluetun): fully disable DOT
It is not reliable? See qdm12/gluetun#2533 maybe.
1 parent bf1de7e commit d5a1c65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

kubernetes/apps/default/qbittorrent/app/helmrelease.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ spec:
7575
BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054
7676
DOT: off
7777
DOT_CACHING: off
78+
DOT_IPV6: off
7879
FIREWALL_DEBUG: on
7980
FIREWALL_INPUT_PORTS: "80,9999"
8081
HEALTH_SERVER_ADDRESS: ":9999"

kubernetes/apps/default/sabnzbd/app/helmrelease.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ spec:
6868
tag: v3.39.1-jfroy.4@sha256:236f04803c9c52efd1431a6bc9103c07bd454009b97582e0b9f22d9c130e1ee2
6969
env:
7070
BLOCK_MALICIOUS: off # save 300MB of RAM; https://github.com/qdm12/gluetun/issues/2054
71-
DOT_IPV6: on
71+
DOT: off
72+
DOT_CACHING: off
73+
DOT_IPV6: off
7274
FIREWALL_DEBUG: on
7375
FIREWALL_INPUT_PORTS: "80,9999"
7476
HEALTH_SERVER_ADDRESS: ":9999"

0 commit comments

Comments
 (0)