Vorderweißenbach

Vorderweißenbach is a municipality in the district of Urfahr-Umgebung in the Austrian state of Upper Austria.

Vorderweißenbach
Coat of arms
Vorderweißenbach
Location within Austria
Coordinates: 48°33′10″N 14°13′12″E
CountryAustria
StateUpper Austria
DistrictUrfahr-Umgebung
Government
  MayorBruno Fröhlich (ÖVP)
Area
  Total63.48 km2 (24.51 sq mi)
Elevation
705 m (2,313 ft)
Population
 (2018-01-01)[2]
  Total2,653
  Density42/km2 (110/sq mi)
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
4191
Area code07219
Vehicle registrationUU
Websitewww.vorderweissenbach.at

Population

Historical population
YearPop.±%
19912,061    
20012,125+3.1%
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
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.

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.