diff options
author | jessib <jessib@riseup.net> | 2012-10-31 12:56:18 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-31 12:56:18 -0700 |
commit | 73a4e9f06840a85225d93734c1f4fb2ebb3b5a93 (patch) | |
tree | d754b695fed020a0a24c61f160abf04b8049a882 /public | |
parent | 6eaecdd10be3974871583e1fed8c5d4e7e307bd8 (diff) | |
parent | fc625a54eb5c54cecb5331811ff482df12b7c059 (diff) |
Merge branch 'develop' into help_develop
Diffstat (limited to 'public')
-rw-r--r-- | public/config/eip-service.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/public/config/eip-service.json b/public/config/eip-service.json deleted file mode 100644 index 29959d7..0000000 --- a/public/config/eip-service.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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"]} - ] -} |