I used "{\"map\": {\"\": \"10.0.0.1\"}} "
is the code it spits out on a name_firstupdate useful for anything?
what would be the easiest way to redirect .bit domains to old style domains without having a static IP at hand? I would like to try your DNS, khal. =)
Say your .bit domain is example.bit
Say your existing website is example.com.
example.com has ip 192.0.32.10
www.example.com has ip 192.0.32.10
example.com has ns A.IANA-SERVERS.NET & B.IANA-SERVERS.NET
You have two options to configure your domain :
A. put the ip address of your webserver directly for "" (for eindomain.bit :p) and www (for
www.eindomain.bit)
* set json-value: "{\"map\": {\"\": \"192.0.32.10\"}, {\"www\": \"192.0.32.10\"}}"
* add example.bit in the same interface where you added example.com
If your web hosting provider don't accept unknown TLDs (.bit for ex :p), you must use another provider
B. put the same nameservers used by your other domain
* set json-value: "{\"map\": {\"\": {\"ns\": [\"A.IANA-SERVERS.NET\", \"B.IANA-SERVERS.NET\"]}}}"
* add example.bit in the same interface where you added example.com
If you can only add a domain by registering it, you can't use this method.
Then :
* if you want a redirect, add an html or php file to redirect to example.com
* if you want to browse directly on example.bit, configure it to point to the same folder as example.com
If you need to add your .bit domain on another web hosting to do a redirect, i can do it for 1BTC on my webserver :p