tahoelafs port

This commit is contained in:
Bob Mottram 2017-03-07 10:32:24 +00:00
parent d8f57bbdea
commit 2f8f2f2324
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ function tahoelafs_setup_client_config {
echo '[node]' > $config_file
echo "nickname = $nick" >> $config_file
echo 'reveal-IP-address = false' >> $config_file
echo "web.port = tcp:${TAHOELAFS_ONION_PORT}:interface=127.0.0.1" >> $config_file
echo "web.port = tcp:${TAHOELAFS_PORT}:interface=127.0.0.1" >> $config_file
echo 'web.static = public_html' >> $config_file
echo 'tub.port = disabled' >> $config_file
echo 'tub.location = disabled' >> $config_file