Bob Mottram vor 8 Jahren
Ursprung
Commit
2f8f2f2324
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Datei anzeigen

@@ -173,7 +173,7 @@ function tahoelafs_setup_client_config {
173 173
     echo '[node]' > $config_file
174 174
     echo "nickname = $nick" >> $config_file
175 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 177
     echo 'web.static = public_html' >> $config_file
178 178
     echo 'tub.port = disabled' >> $config_file
179 179
     echo 'tub.location = disabled' >> $config_file