Lamadaya
Lamadaya (Arabic: لَمَدايَ, romanized: Lamādaya) are waterfalls that are located in the Cal Madow mountain range in the northern Sanaag region of Somaliland. The meaning of the word in the Afro-Asiatic Somali language is "not to be looked at", owing to the waterfalls' steep incline atop a high hill. The nearest town to Lamadaya is Ulheed, which is situated towards the Red Sea coast.
Lamadaya | |
---|---|
لَمَدايَ | |
![]() Lamadaya water falls in Sanaag | |
![]() ![]() Location in the Horn of Africa ![]() ![]() Lamadaya (Africa) | |
Location | Cal Madow, Ogo Mountains, Sanaag, ![]() |
Coordinates | 10°44′09″N 47°14′42″E |
Elevation | 2,410 metres (7,907 ft)[1] |
Gallery
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
gollark: Yes, I mean you could do that in the DNS server.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.