What is this?

* An easy way to get info, example your public ip, hostname...
* Can be used in scripts that example need the public ip, like whatismyip.com. But this site is only showing the ip, no html at all!

Example of subdomain usage?

If you are using Linux, you can use this in your bash scripts. To get your public ip in a variable just type;
Curl: $ip = `curl ip.boa.nu`
wget: $ip = `wget -O - -q ip.boa.nu`
or the easyone, lynx :) : $ip = `lynx --dump http://ip.boa.nu|sed -e 's/^[[:space:]]*//' -e 's/*[[:space:]]$//'|grep -v ^$`

Whats the other sub "domains"?
General
URL.boa.nuExample outputInfo
ip38.107.179.236 
host OR hostname38.107.179.236 
clock OR date OR rfc822Sat, 28 Jan 12 15:33:02 +0100This will display an RFC822 compatible timestamp.
agent OR agentstringCCBot/1.0 (+http://www.commoncrawl.org/bot.html) 
1970 OR epoch OR unixtime1327761182 
chinaDragonYou can also type http://china.boa.nu/YEAR, example http://china.boa.nu/1999 to get the name of one specific year.


Crypto hash domains
URL.boa.nuHash
http://crypt.boa.nucrypt (use for htpasswd hashes)
http://md4.boa.numd4
http://md5.boa.numd5
http://sha1.boa.nusha1
http://sha256.boa.nusha256
http://sha384.boa.nusha384
http://sha512.boa.nusha512
http://ripemd128.boa.nuripemd128
http://ripemd160.boa.nuripemd160
http://whirlpool.boa.nuwhirlpool
http://snefru.boa.nusnefru
http://gost.boa.nugost
http://adler32.boa.nuadler32
http://crc32.boa.nucrc32
http://crc32b.boa.nucrc32b
PS: Every hash function supports eighter random generation, with example
http://md5.boa.nu or you can hash one specific string with example
http://md5.boa.nu/string