Created
June 19, 2015 12:18
-
-
Save soardex/a7021b871849984bc9aa to your computer and use it in GitHub Desktop.
Using OpenNIC to Avoid DNS Commercialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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