Selaa lähdekoodia

List ports to be forwarded

Bob Mottram 9 vuotta sitten
vanhempi
commit
6f15c0a703
1 muutettua tiedostoa jossa 29 lisäystä ja 3 poistoa
  1. 29
    3
      src/freedombone

+ 29
- 3
src/freedombone Näytä tiedosto

@@ -8433,6 +8433,7 @@ function import_email {
8433 8433
           backup_to_friends_servers
8434 8434
           intrusion_detection
8435 8435
           split_gpg_key_into_fragments
8436
+          clear
8436 8437
           echo ''
8437 8438
           echo "$EMAIL_COMPLETE_MSG"
8438 8439
           if [ -d $USB_MOUNT ]; then
@@ -8462,6 +8463,7 @@ function import_email {
8462 8463
       intrusion_detection
8463 8464
       split_gpg_key_into_fragments
8464 8465
       # unmount any attached usb drive
8466
+      clear
8465 8467
       echo ''
8466 8468
       echo "$EMAIL_COMPLETE_MSG"
8467 8469
       echo ''
@@ -11946,11 +11948,35 @@ function install_final {
11946 11948
   fi
11947 11949
   split_gpg_key_into_fragments
11948 11950
   echo 'install_final' >> $COMPLETION_FILE
11951
+  clear
11949 11952
   echo ''
11950
-  echo '  *** Freedombone installation is complete. Rebooting... ***'
11951
-  echo ''
11953
+  echo $'
11954
+  *** Freedombone installation is complete. Rebooting... ***
11955
+
11956
+    Now forward these ports from your internet router
11957
+
11958
+                     HTTP     80
11959
+                     HTTPS    443
11960
+                     SSH      2222
11961
+                     DLNA     1900
11962
+                     DLNA     8200
11963
+                     XMPP     5222-5223
11964
+                     XMPP     5269
11965
+                     XMPP     5280-5281
11966
+                     IRC      6697
11967
+                     IRC      9999
11968
+                     Git      9418
11969
+                     Email    25
11970
+                     Email    587
11971
+                     Email    465
11972
+                     Email    993
11973
+                     VoIP     64738
11974
+                     VoIP     5060
11975
+                     Tox      33445
11976
+                     IPFS     4001
11977
+'
11952 11978
   if [ -f "/home/$MY_USERNAME/README" ]; then
11953
-      echo "See /home/$MY_USERNAME/README for post-installation instructions."
11979
+      echo $"See /home/$MY_USERNAME/README for post-installation instructions."
11954 11980
       echo ''
11955 11981
   fi
11956 11982
   if [ ! -f $IMAGE_PASSWORD_FILE ]; then