Skip to content
Snippets Groups Projects
Commit 2f8f2f23 authored by Bob Mottram's avatar Bob Mottram
Browse files

tahoelafs port

parent d8f57bbd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment