diff options
author | Azul <azul@leap.se> | 2012-10-06 19:42:29 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-06 19:42:29 +0200 |
commit | 439e27ef2792a03e5e50f8b9c607fca512cb1452 (patch) | |
tree | 4c27006e5dbbff28cf35066a14df87e856669572 /public/config | |
parent | 5267a127ee967b1d89df6033cc9869715e960886 (diff) |
Created deploy branch with some springbok specifics
Diffstat (limited to 'public/config')
-rw-r--r-- | public/config/eip-service.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/config/eip-service.json b/public/config/eip-service.json new file mode 100644 index 0000000..29959d7 --- /dev/null +++ b/public/config/eip-service.json @@ -0,0 +1,14 @@ +{ + "serial": 1, + "version": "0.1.0", + "capabilities": { + "transport": ["openvpn"], + "ports": ["80","53", "443", "1194"], + "protocols": ["udp"], + "static_ips": false, + "adblock": false + }, + "gateways": [ + {"country_code": "tr", "name": "turkey", "label": {"en":"Ankara, Turkey"}, "capabilities": {}, "hosts": ["94.103.43.4"]} + ] +} |