No-Ip is a ddns service and can easily be installed and updated on the raspberry pi available for all versions as they all run the same version of raspian.
This guide is as simple as we can make it.
Step 1: (Win 10 users) Open a cmd window and ssh to your raspberry pi
Step 2: Once logged in type the below codes 1 at a time.
Install the scriptTo install the required script on your Raspberry Pi, change to the /usr/local/src/ folder:
cd /usr/local/src/
Install the script using:
sudo wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
Then extract the files:
sudo tar xf [...]