add www.toaruos.org to dns cache
This commit is contained in:
parent
ea5ea6ec2e
commit
5df1b59dc2
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user