tahoelafs port
This commit is contained in:
parent
d8f57bbdea
commit
2f8f2f2324
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue