Skip to content

Instantly share code, notes, and snippets.

@david415
Created July 6, 2014 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david415/56a397d116a96248e093 to your computer and use it in GitHub Desktop.
Save david415/56a397d116a96248e093 to your computer and use it in GitHub Desktop.
generic tahoe client config
[node]
nickname = client
web.reveal_storage_furls = true
web.port = tcp:3456:interface=127.0.0.1
web.static = public_html
tub.location = client.fakelocation:1
[client]
introducer.furl = pb://MyTubID@tor:myHiddenService.onion:HiddenPort/introducer
shares.needed = 3
shares.happy = 5
shares.total = 5
[storage]
enabled = false
[helper]
enabled = false
[drop_upload]
enabled = false
[client-server-selection]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment