Other

You can change value CUSTOM_PORT=10

(you can use port 4-65353, except: 18, 22, 23, 53, 80 and 323) to check port that no used, check listened port and use another of it:

apt install sysstat -y
netstat -tunlp

(for Custom Port) set your Port first

CUSTOM_PORT=
echo "export SOURCE=${CUSTOM_PORT}" >> $HOME/.bash_profile

Last updated