diff options
| author | varac <varacanero@zeromail.org> | 2016-01-19 21:47:50 +0100 |
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2016-01-19 21:47:50 +0100 |
| commit | 3240b917ca61d98df24bb71c6939481fb2654360 (patch) | |
| tree | 35e87e49408444caf7f5df47c6de76132a23975a /services | |
| parent | 221c4886f34a4b6c61cc6e1044bf297827dbe7d2 (diff) | |
moved tor bandwidth limit from openvpn to tor service config
Diffstat (limited to 'services')
| -rw-r--r-- | services/openvpn.json | 4 | ||||
| -rw-r--r-- | services/tor.json | 7 |
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 + } +} |
