summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Iribarren <gui@altermundi.net>2022-02-15 10:36:54 +0100
committerGui Iribarren <gui@altermundi.net>2022-02-15 10:36:59 +0100
commitb1afec589e0eab6390ed1b118a5c3b28bcef5705 (patch)
tree3d879f5932427e40b3f8799bcce18393b1e88253
parent1eb403df5ecdba953adafed560c6d8adb99e4c89 (diff)
MENSHEN_API now needs explicit https:// prefix
this is required as of https://0xacab.org/leap/menshen/-/commit/fa1e4442d7f32c82521b2a3e7266ab77e8669a4e
-rw-r--r--config/services.openvpn.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services.openvpn.yml b/config/services.openvpn.yml
index e8de057..19b7dfc 100644
--- a/config/services.openvpn.yml
+++ b/config/services.openvpn.yml
@@ -14,7 +14,7 @@ menshen:
volumes:
- /var/lib/GeoIP: /var/lib/GeoIP/
env:
- MENSHEN_API: "{{ menshen_api | default('api.{{ domain_public[0] }}') }}"
+ MENSHEN_API: "{{ menshen_api | default('https://api.{{ domain_public[0] }}') }}"
INSECURE_API: "{{ testing | lower }}"
public_endpoints:
- name: menshen