summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/openvpn.json4
-rw-r--r--services/tor.json7
2 files changed, 6 insertions, 5 deletions
diff --git a/services/openvpn.json b/services/openvpn.json
index 98f1231..937c31e 100644
--- a/services/openvpn.json
+++ b/services/openvpn.json
@@ -1,9 +1,5 @@
{
"openvpn": {
"ports": ["443"]
- },
- "tor": {
- // KB/s
- "bandwidth_rate": 100
}
}
diff --git a/services/tor.json b/services/tor.json
index 0967ef4..1d07cc6 100644
--- a/services/tor.json
+++ b/services/tor.json
@@ -1 +1,6 @@
-{}
+{
+ "tor": {
+ // KB/s
+ "bandwidth_rate": 100
+ }
+}