diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-15 16:37:04 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-15 16:37:04 -0400 |
| commit | 6e3fa39892c0bb19d36752ddf213b8883f1dc31b (patch) | |
| tree | e865817bb712dd228527ac2d2c7f2990198a266b | |
| parent | 61587ed6918986bf24ea981f035c8ef7665afd15 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index ab260ee6..bfdc2795 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -484,6 +484,12 @@ keysafe = host "keysafe.joeyh.name" $ props & Tor.installed & Tor.hiddenServiceAvailable "keysafe" (Port 4242) `requires` Tor.hiddenServiceData "keysafe" hostContext + -- This is optional, but may as well act as a tor bridge + -- to use spare bandwidth capacity. + & Tor.isBridge + & Tor.named "keysafe1" + & Tor.bandwidthRate (Tor.PerMonth "750 GB") + -- keysafe installed manually until package is available iabak :: Host |
