Releases: MajliTech/CloudIPsyncr
[!!! CRITICAL !!!] v1.1.3.5: Fixes for critical error
What's Changed
- Update build.sh to disable auto running cipsyncr-setup by @MajliTech in #8
- Fix a obvius critical error in cipsyncr-setup by @MajliTech in #9
Full Changelog: v1.1.3.4...v1.1.3.5
Quick start
cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.5/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v.1.1.3.4: So dumb that I forgot to remove debugging
What's new?
- Only removed debugging
Do not update
If you use v1.1.3.3, you can skip this update. Just when configuring, you will see response from cloudflare.
Full Changelog: v1.1.3.3...v1.1.3.4
Quick start
cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.4/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v1.1.3.3: Bug fixes
What's new?
- Fixed #6 - the setup is now working again.
- Change some string to new CloudIPsyncr
Quick start
cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.3/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v.1.1.3.2: another small bug fix, now it should be working.
What has changed?
- On start of the main service, the name has changed
- Fixed the migration script, now it deletes the previous download
- Fixed (future) quick start to delete the previous download.
Quick Start
cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.2/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v1.1.3.1: small bug fix
What's new?
- Point the program to the correct config.
Quick Start
cd ~; mkdir cloudipsyncr; cd cloudipsyncr; wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.4/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v1.1.3: the new name
What's new?
- A new name for the program to avoid legal issues.
- Create a migration script
- from now every new release has a
Quick Start
oneliner.
Quick Start
run cd ~; mkdir cloudipsyncr; cd cloudipsyncr; wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;
v1.1.2: the first (stable) release
This is finally complete!
Fixes:
- Finally auto-detects the IP version correctly - that is when set from CloudFlare.
V1.1.1
v1.1
The first release! Yay!
v1.0 Update build.yml