瀏覽代碼

Use port 80

Bob Mottram 8 年之前
父節點
當前提交
32906661ab
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1
    1
      src/freedombone-app-tahoelafs
  2. 0
    1
      src/freedombone-client

+ 1
- 1
src/freedombone-app-tahoelafs 查看文件

@@ -618,7 +618,7 @@ function install_tahoelafs {
618 618
     TAHOELAFS_STORAGE_ONION_HOSTNAME=$(add_onion_service storage-tahoelafs ${TAHOELAFS_STORAGE_PORT} ${TAHOELAFS_STORAGE_ONION_PORT} ${node_nick})
619 619
 
620 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 623
     create_tahoelafs_stealth_node /home/tahoelafs/storage /home/tahoelafs/client ${node_nick} ${client_nick}
624 624
 

+ 0
- 1
src/freedombone-client 查看文件

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