summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-19 21:47:50 +0100
committervarac <varacanero@zeromail.org>2016-01-19 21:47:50 +0100
commit3240b917ca61d98df24bb71c6939481fb2654360 (patch)
tree35e87e49408444caf7f5df47c6de76132a23975a /services
parent221c4886f34a4b6c61cc6e1044bf297827dbe7d2 (diff)
moved tor bandwidth limit from openvpn to tor service config
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
+ }
+}