|
|
|
|
173
|
echo '[node]' > $config_file
|
173
|
echo '[node]' > $config_file
|
174
|
echo "nickname = $nick" >> $config_file
|
174
|
echo "nickname = $nick" >> $config_file
|
175
|
echo 'reveal-IP-address = false' >> $config_file
|
175
|
echo 'reveal-IP-address = false' >> $config_file
|
176
|
- echo "web.port = tcp:${TAHOELAFS_ONION_PORT}:interface=127.0.0.1" >> $config_file
|
|
|
|
|
176
|
+ echo "web.port = tcp:${TAHOELAFS_PORT}:interface=127.0.0.1" >> $config_file
|
177
|
echo 'web.static = public_html' >> $config_file
|
177
|
echo 'web.static = public_html' >> $config_file
|
178
|
echo 'tub.port = disabled' >> $config_file
|
178
|
echo 'tub.port = disabled' >> $config_file
|
179
|
echo 'tub.location = disabled' >> $config_file
|
179
|
echo 'tub.location = disabled' >> $config_file
|