Hyusein Filipov

Hyusein Filipov (Bulgarian: Хюсеин Филипов; born 28 May 1992) is a Bulgarian football player, currently playing as a midfielder for Zagorets Nova Zagora.

Hyusein Filipov
Personal information
Full name Hyusein Filipov Filipov
Date of birth (1992-05-28) 28 May 1992
Place of birth Sliven, Bulgaria
Height 1.85 m (6 ft 1 in)
Playing position(s) Midfielder
Club information
Current team
Zagorets Nova Zagora
Senior career*
Years Team Apps (Gls)
2010–2012 Sliven 2000 40 (8)
2013 Neftochimic Burgas 4 (1)
2013–2014 Vereya Stara Zagora 7 (1)
2014– Zagorets Nova Zagora ? (?)
* Senior club appearances and goals counted for the domestic league only

Honours

Champion of B PFG 2013 (with Neftochimic Burgas) Champion of Amateur Football League 2014 (with Vereya Stara Zagora)

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.
gollark: Just look up the name and pull the A record from it.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.