diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-12-17 23:48:38 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-12-19 18:18:33 +0100 |
commit | c9163f221d4cc7b167b5f68eb51ce09843939352 (patch) | |
tree | b02783e349d165710fc7274b3c5c585e41226861 /.gitlab-ci.yml | |
parent | 25364ba279bcac72a363748c5e65964864b94358 (diff) |
[feat] use geolocated gateways
we try to use the geoip service, and if the answer has an entry for the
sorted gateways, we just use it instead of using the timezone heuristic.
- Resolves: #84
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3f1861..7a39e59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ win_installer: - git clone https://github.com/AllenDang/w32 - cd w32 - curl https://downloads.leap.se/thirdparty/w32.patch | patch -p1 -N + - cd ${APP_PATH} - git clone https://0xacab.org/leap/riseup_vpn |