Bob Mottram před 8 roky
rodič
revize
32906661ab
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1
    1
      src/freedombone-app-tahoelafs
  2. 0
    1
      src/freedombone-client

+ 1
- 1
src/freedombone-app-tahoelafs Zobrazit soubor

618
     TAHOELAFS_STORAGE_ONION_HOSTNAME=$(add_onion_service storage-tahoelafs ${TAHOELAFS_STORAGE_PORT} ${TAHOELAFS_STORAGE_ONION_PORT} ${node_nick})
618
     TAHOELAFS_STORAGE_ONION_HOSTNAME=$(add_onion_service storage-tahoelafs ${TAHOELAFS_STORAGE_PORT} ${TAHOELAFS_STORAGE_ONION_PORT} ${node_nick})
619
 
619
 
620
     # create an onion address for client node
620
     # create an onion address for client node
621
-    TAHOELAFS_ONION_HOSTNAME=$(add_onion_service tahoelafs ${TAHOELAFS_PORT} ${TAHOELAFS_ONION_PORT})
621
+    TAHOELAFS_ONION_HOSTNAME=$(add_onion_service tahoelafs 80 ${TAHOELAFS_ONION_PORT})
622
 
622
 
623
     create_tahoelafs_stealth_node /home/tahoelafs/storage /home/tahoelafs/client ${node_nick} ${client_nick}
623
     create_tahoelafs_stealth_node /home/tahoelafs/storage /home/tahoelafs/client ${node_nick} ${client_nick}
624
 
624
 

+ 0
- 1
src/freedombone-client Zobrazit soubor

176
             echo '  ServerAliveInterval 60' >> ~/.ssh/config
176
             echo '  ServerAliveInterval 60' >> ~/.ssh/config
177
             echo '  ServerAliveCountMax 3' >> ~/.ssh/config
177
             echo '  ServerAliveCountMax 3' >> ~/.ssh/config
178
 
178
 
179
-
180
             if [[ $ENABLE_MONKEYSPHERE == $'yes' || $ENABLE_MONKEYSPHERE == $'y' ]]; then
179
             if [[ $ENABLE_MONKEYSPHERE == $'yes' || $ENABLE_MONKEYSPHERE == $'y' ]]; then
181
                 echo "  ProxyCommand sh -c 'monkeysphere ssh-proxycommand --no-connect %h %p ; $proxycmd'" >> ~/.ssh/config
180
                 echo "  ProxyCommand sh -c 'monkeysphere ssh-proxycommand --no-connect %h %p ; $proxycmd'" >> ~/.ssh/config
182
             else
181
             else