List ports to be forwarded
This commit is contained in:
parent
af4c434ed1
commit
6f15c0a703
|
@ -8433,6 +8433,7 @@ function import_email {
|
||||||
backup_to_friends_servers
|
backup_to_friends_servers
|
||||||
intrusion_detection
|
intrusion_detection
|
||||||
split_gpg_key_into_fragments
|
split_gpg_key_into_fragments
|
||||||
|
clear
|
||||||
echo ''
|
echo ''
|
||||||
echo "$EMAIL_COMPLETE_MSG"
|
echo "$EMAIL_COMPLETE_MSG"
|
||||||
if [ -d $USB_MOUNT ]; then
|
if [ -d $USB_MOUNT ]; then
|
||||||
|
@ -8462,6 +8463,7 @@ function import_email {
|
||||||
intrusion_detection
|
intrusion_detection
|
||||||
split_gpg_key_into_fragments
|
split_gpg_key_into_fragments
|
||||||
# unmount any attached usb drive
|
# unmount any attached usb drive
|
||||||
|
clear
|
||||||
echo ''
|
echo ''
|
||||||
echo "$EMAIL_COMPLETE_MSG"
|
echo "$EMAIL_COMPLETE_MSG"
|
||||||
echo ''
|
echo ''
|
||||||
|
@ -11946,11 +11948,35 @@ function install_final {
|
||||||
fi
|
fi
|
||||||
split_gpg_key_into_fragments
|
split_gpg_key_into_fragments
|
||||||
echo 'install_final' >> $COMPLETION_FILE
|
echo 'install_final' >> $COMPLETION_FILE
|
||||||
|
clear
|
||||||
echo ''
|
echo ''
|
||||||
echo ' *** Freedombone installation is complete. Rebooting... ***'
|
echo $'
|
||||||
echo ''
|
*** Freedombone installation is complete. Rebooting... ***
|
||||||
|
|
||||||
|
Now forward these ports from your internet router
|
||||||
|
|
||||||
|
HTTP 80
|
||||||
|
HTTPS 443
|
||||||
|
SSH 2222
|
||||||
|
DLNA 1900
|
||||||
|
DLNA 8200
|
||||||
|
XMPP 5222-5223
|
||||||
|
XMPP 5269
|
||||||
|
XMPP 5280-5281
|
||||||
|
IRC 6697
|
||||||
|
IRC 9999
|
||||||
|
Git 9418
|
||||||
|
Email 25
|
||||||
|
Email 587
|
||||||
|
Email 465
|
||||||
|
Email 993
|
||||||
|
VoIP 64738
|
||||||
|
VoIP 5060
|
||||||
|
Tox 33445
|
||||||
|
IPFS 4001
|
||||||
|
'
|
||||||
if [ -f "/home/$MY_USERNAME/README" ]; then
|
if [ -f "/home/$MY_USERNAME/README" ]; then
|
||||||
echo "See /home/$MY_USERNAME/README for post-installation instructions."
|
echo $"See /home/$MY_USERNAME/README for post-installation instructions."
|
||||||
echo ''
|
echo ''
|
||||||
fi
|
fi
|
||||||
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
||||||
|
|
Loading…
Reference in New Issue