summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-09-15 16:37:04 -0400
committerJoey Hess2016-09-15 16:37:04 -0400
commit6e3fa39892c0bb19d36752ddf213b8883f1dc31b (patch)
treee865817bb712dd228527ac2d2c7f2990198a266b /joeyconfig.hs
parent61587ed6918986bf24ea981f035c8ef7665afd15 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs6
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