avsm changed the topic of #mirage to: Good news everyone! Mirage 3.0 released!
strykerkkd has quit [Quit: Leaving]
copy` has joined #mirage
dnull has joined #mirage
_whitelogger has joined #mirage
copy` has quit [Quit: Connection closed for inactivity]
insitu has joined #mirage
mort___ has joined #mirage
mort___ has quit [Read error: Connection reset by peer]
mort___ has joined #mirage
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
insitu has joined #mirage
mort___ has quit [Quit: Leaving.]
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomboy64 has joined #mirage
tomboy64 has quit [Quit: WeeChat 1.7]
tomboy64 has joined #mirage
tomboy64 has quit [Quit: WeeChat 1.7]
tomboy64 has joined #mirage
insitu has joined #mirage
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
demonimin has joined #mirage
demonimin_ has quit [Ping timeout: 240 seconds]
demonimin has quit [Ping timeout: 260 seconds]
<haesbaert>
hannes: around ?
insitu has joined #mirage
_whitelogger has joined #mirage
<hannes>
not really
<haesbaert>
hannes: solved it already, nvm :D
<hannes>
\o/
<hannes>
but I've a recursive DNS resolver now :D
<hannes>
using it on my laptop and have 10.0.0.3 in my resolv,conf \o/
<haesbaert>
awesome
<haesbaert>
based on what ?
<dstolfa>
hannes: unbound?
<dstolfa>
It's really simple to set up, works quite nicely :)
<dstolfa>
And also supports DNSSEC quite well
<dstolfa>
and dnscrypt
<reynir>
dstolfa: I think he means one running on mirage :-)
<dstolfa>
Oh. I want it then.
<dstolfa>
Because I run unbound
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
insitu has joined #mirage
chatter29 has joined #mirage
<chatter29>
hey guys
<chatter29>
allah is doing
<chatter29>
sun is not doing allah is doing
<chatter29>
to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
chatter29 has quit [Client Quit]
insitu has quit [Client Quit]
<haesbaert>
gotta love freenode
<dstolfa>
haesbaert: It's awesome isn't it
insitu has joined #mirage
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<hannes>
haesbaert: based on ocaml-dns, deployment as bhyve guest (well, no bhyve involved anymore, only vmmapi)
<hannes>
dstolfa: yeah, unbound is nice, but still C..
mort___ has joined #mirage
<dstolfa>
hannes: Can I spin it up with Solo5?
<hannes>
I can with the 70KB ukvm-bin using vmmapi :)
<hannes>
it's nowhere apart from my laptop yet, though
<dstolfa>
hannes: Awesome. Is there a repo somewhere?
<hannes>
yes, repo at /home/hannes/mirage/dns-resolver
<hannes>
if you "opam pin solo5-kernel-ukvm --dev-repo", a mirage configure -t ukvm should be fine :)
<hannes>
and then I use it locally with some nat rules..
<dstolfa>
hannes: Gotcha, I'll give it a run :)
<dstolfa>
Thanks for the link
<hannes>
there's no retransmissions of requests, neither dnssec or tcp support... so some queries keep on in the query cache here atm... trying to figure out what is the issue