add www.toaruos.org to dns cache

This commit is contained in:
Kevin Lange 2015-08-03 22:24:09 -07:00
parent ea5ea6ec2e
commit 5df1b59dc2

View File

@ -939,6 +939,7 @@ static int init(void) {
dns_cache = hashmap_create(10);
hashmap_set(dns_cache, "dakko.us", strdup("104.131.140.26"));
hashmap_set(dns_cache, "www.toaruos.org", strdup("23.235.47.133"));
/* /dev/net/{domain|ip}/{protocol}/{port} */
vfs_mount("/dev/net", netfs_create());