Skip to content

Instantly share code, notes, and snippets.

@soardex
Created June 19, 2015 12:18
Show Gist options
  • Save soardex/a7021b871849984bc9aa to your computer and use it in GitHub Desktop.
Save soardex/a7021b871849984bc9aa to your computer and use it in GitHub Desktop.
Using OpenNIC to Avoid DNS Commercialization
# first get two (2) DNS Tier 2 servers from this page:
http://wiki.opennicproject.org/Tier2
# edit your DNS configuration and set it as the primary and secondary DNS
# for linux /etc/resolv.conf
# example add the following lines at the start of the file
nameserver 111.67.16.202
nameserver 103.25.56.238
# you can now access some custom TLD and create your own TLD's.
# e.g. `reg.for.free` for registration of `.free` domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment