diff options
author | cyBerta <cyberta@riseup.net> | 2021-03-20 17:15:37 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-04-22 22:53:01 +0200 |
commit | 95174abcb87af9d07465cda5c23cc35e1987b6d9 (patch) | |
tree | 6a58f3d441789593b4671936c02db0c5ba142b5c /app/src/test/resources/v4 | |
parent | 1d2e09736a0526c574fe4c541d2f83c1ef44ccc0 (diff) |
add test for city based gateway selection with geo-ip service v1
Diffstat (limited to 'app/src/test/resources/v4')
-rw-r--r-- | app/src/test/resources/v4/riseup_geoip_v1.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/test/resources/v4/riseup_geoip_v1.json b/app/src/test/resources/v4/riseup_geoip_v1.json new file mode 100644 index 00000000..4e3bda2a --- /dev/null +++ b/app/src/test/resources/v4/riseup_geoip_v1.json @@ -0,0 +1,14 @@ +{ + "ip":"51.158.144.32", + "cc":"FR", + "city":"Paris", + "lat":48.8628, + "lon":2.3292, + "gateways":[ + "mouette.riseup.net", + "hoatzin.riseup.net", + "yal.riseup.net", + "redshank.riseup.net", + "zarapito.riseup.net" + ] +}
\ No newline at end of file |