Fix DNS_UPSTREAM_PLAIN_ADDRESSES format: requires ip:port not bare ip
This commit is contained in:
@@ -82,7 +82,7 @@ spec:
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
value: "10.43.0.10:53"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
|
||||
@@ -111,7 +111,7 @@ spec:
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
value: "10.43.0.10:53"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
@@ -327,7 +327,7 @@ spec:
|
||||
- name: DOT
|
||||
value: "off"
|
||||
- name: DNS_UPSTREAM_PLAIN_ADDRESSES
|
||||
value: "10.43.0.10"
|
||||
value: "10.43.0.10:53"
|
||||
- name: HEALTH_TARGET_ADDRESS
|
||||
value: "api.protonvpn.ch:443,account.proton.me:443"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
|
||||
Reference in New Issue
Block a user