diff options
author | elijah <elijah@riseup.net> | 2014-04-08 10:53:17 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-04-08 10:53:17 -0700 |
commit | be34ae6e8b980b75a3e0d48328aff9e6abde67ed (patch) | |
tree | 2542a5157e86827810fe7efabed8ab1247deda21 | |
parent | cf99c458c62f8964500b4ba13ee58af29119c9a3 (diff) |
make demo provide vpn only for now.
-rw-r--r-- | provider.demo.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/provider.demo.json b/provider.demo.json new file mode 100644 index 0000000..ce0cdd8 --- /dev/null +++ b/provider.demo.json @@ -0,0 +1,9 @@ +{ + "description": { + "en": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.", + "es": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.", + "el": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.", + }, + "languages": ["en"], + "services": ["openvpn"] +} |