Switch DNS to 8.8.8.8 — ProtonVPN internal DNS returning errors
This commit is contained in:
@@ -86,7 +86,7 @@ spec:
|
|||||||
- name: DOT
|
- name: DOT
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: DNS_ADDRESS
|
- name: DNS_ADDRESS
|
||||||
value: 10.2.0.1
|
value: 8.8.8.8
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8888
|
- containerPort: 8888
|
||||||
name: proxy
|
name: proxy
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ spec:
|
|||||||
- name: DOT
|
- name: DOT
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: DNS_ADDRESS
|
- name: DNS_ADDRESS
|
||||||
value: "10.2.0.1"
|
value: "8.8.8.8"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: gluetun-data
|
- name: gluetun-data
|
||||||
mountPath: /tmp/gluetun
|
mountPath: /tmp/gluetun
|
||||||
@@ -331,7 +331,7 @@ spec:
|
|||||||
- name: DOT
|
- name: DOT
|
||||||
value: "off"
|
value: "off"
|
||||||
- name: DNS_ADDRESS
|
- name: DNS_ADDRESS
|
||||||
value: "10.2.0.1"
|
value: "8.8.8.8"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: gluetun-data
|
- name: gluetun-data
|
||||||
mountPath: /tmp/gluetun
|
mountPath: /tmp/gluetun
|
||||||
|
|||||||
Reference in New Issue
Block a user