Skip to content

Instantly share code, notes, and snippets.

@jeroenev
Last active May 17, 2018 16:49
Show Gist options
  • Save jeroenev/de0fb6cbb955e81462d8f30ac8613387 to your computer and use it in GitHub Desktop.
Save jeroenev/de0fb6cbb955e81462d8f30ac8613387 to your computer and use it in GitHub Desktop.
Freedombone on Odroid HC1, HC2, XU4
# use armbian stretch (next) for odroid ( currently a nightly: https://dl.armbian.com/odroidxu4/ )
sudo su
apt update && apt upgrade
# don't install freedombone without this, or it will return errors
apt install busybox libtool
modprobe ip_tables
echo 'ip_tables' >> /etc/modules
reboot
# register on https://my.freenom.com
# register a free native domain on it (free .tk .ml .ga .cf .gq)
# go to manage domain, management tools, nameservers and add NS1.AFRAID.ORG through NS4 to the first 4 nameserver options
# register on freedns.afraid.org
# go to domains, and click add domain to freedns
# add domain as private and confirm
# after that you can use it to register using Freedns.afraid.org's Dynamic DNS in freedombone
# follow instructions on freedombone website
# https://freedombone.net/armbian.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment